PinnedAccess token vs Refresh tokenWhat is access token? Access token is basically used to verify user if user is logged in or not. this simply stores a string, which contains info which user passed in it like email, username, etc. Access token has a smaller life span. now small means...Mar 8, 2024·2 min read