How to map refresh token, stored server side in the client app, to a specific user?
My app so far was using only access tokens. And whenever the token expired, the user had to log-in again. That’s the reason I want to start using refresh tokens. They can apparently be stored server side in the client app as written here, … Continue reading How to map refresh token, stored server side in the client app, to a specific user?