Access Token and Refresh Token
Access Token
Access tokens are short-lived, that allow the user to access resources without needing to log-in repeatedly. These are sent with an each API request (Authorization: Bearer <token>). If they are stolen, attacker would have a very shorter ...
blogthecode.hashnode.dev3 min read