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
This Repository implements Refresh Token Rotation Authentication System and Automatic Retry Mechanism of Failed APIs with Stale Access Tokens, using MERN (Mongo DB - Express - React - Node) Stack
This Repository implements Refresh Token Rotation Authentication System and Automatic Retry Mechanism of Failed APIs with Stale Access Tokens using MERN (Mongo DB - Express - React - Node) Stack
It consists of two branches, Backend and Frontend :-
Backend: It implements the Refresh Token Rotation Authentication System along with Refresh Token Reuse Detection.
Frontend: It consumes the APIs created by Refresh Token Rotation Authentication System and implements the Automatic Retry Mechanism of Failed APIs with Stale Access Tokens.
About
This Repository implements Refresh Token Rotation Authentication System and Automatic Retry Mechanism of Failed APIs with Stale Access Tokens, using MERN (Mongo DB - Express - React - Node) Stack