AccessToken and RefreshToken
Dec 18, 2023 · 1 min read · 1. Access Token Access token (generated in authorization server) allows temporary to restricted resources like API. Access tokens are short-lived. These tokens are valid for only a few hours or something like that. Any user with an access token is au...
Join discussion