Refresh-token rotation without additional frontend requests
I’m implementing a refresh-token rotation mechanism. For the sake of simplicity in implementing the frontend I would like to remove the need for requesting a new access token when an old one expires.
The idea I have goes:
User logs in via… Continue reading Refresh-token rotation without additional frontend requests