You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for this project and for showcasing it in a meetup we had last year. Got a question, based on this architecture, how would one go about implementing a refresh token?
Would like to build a project where the access token expires every 5 or so minutes but the frontend can use a refresh token to get a new token. Furthermore, how to blacklist those refresh tokens once used/expired and lastly how to integrate all that with the custom user model created here.
The text was updated successfully, but these errors were encountered:
Hi, thank you for this project and for showcasing it in a meetup we had last year. Got a question, based on this architecture, how would one go about implementing a refresh token?
Would like to build a project where the access token expires every 5 or so minutes but the frontend can use a refresh token to get a new token. Furthermore, how to blacklist those refresh tokens once used/expired and lastly how to integrate all that with the custom user model created here.
The text was updated successfully, but these errors were encountered: