Access Token V/S Refresh Token
May 7, 2024 · 1 min read · Both access and refresh tokens are generated from the backend when a user successfully login into the system. These tokens are then sent to the frontend and securely added to cookies, ensuring they are only readable and cannot be modified from the fr...
Join discussion