/refresh-token-rotation

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

MIT LicenseMIT

Refresh Token Rotation

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.