and I wonder where information about the relationship should be retained? authorization server memory? cache database (like Redis)? or persistent database (like PostgreSql)?
If it is persistent database, I think I should create a table and insert your says information like this, right?
access_token
refresh_token
eyJz93a…k4laUWw
GEbRxBN…edjnXbL
But the previous Refresh Token is invalidated, I should delete table row for GEbRxBN...edjnXbL, I think no information is retained by the authorization server.
Could it be that new access token and new refresh token, my new table row, your says information?
The authorization server as it’s referred to in the but you pointed out is referring to Auth0 - You don’t need to do anything to store information about the relationship