access token

Showing posts with label access token. Show all posts
Showing posts with label access token. Show all posts

Access token vs refresh token


Access token vs refresh tokenAccess tokenThis is short-livedSend API request, with the access tokenIf the access token is invalid, fail and ask the user to re-authenticateThere are few types of access tokensBearer tokensJWT tokensOpaque tokenRefresh tokenThese tokens are long-livedRefresh tokens are...