Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 715 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 715 Bytes

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.