RefreshToken V/s AccessToken
Aug 13, 2024 · 4 min read · So 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 ...
Join discussion