oauth2

Showing posts with label oauth2. Show all posts
Showing posts with label oauth2. 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...