UAUsman Aliinusmanali.hashnode.dev·May 7, 2024 · 1 min readAccess Token V/S Refresh TokenBoth 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...00