GGreenAppleingreenapple.hashnode.dev·Aug 13, 2024 · 4 min readRefreshToken V/s AccessTokenSo to start of with what exactly is a refresh and access token in the first place ? Well, these tokens play a crucial role in initializing the modern authentication system particularly in the applications that use JWT(JSON Web Tokens) or OAuth. Each ...00