Access token and Refresh token best practices ? How to implement Access & Refresh Tokens
Regarding access token and refresh token Consider the access token to be a “dirty” token. Token you share a lot. I does not have to be one server you pass the token to, can be many. Because of this the attack surface rises. If one server does something stupid like writing tokens into server logs … Read more