An open API service indexing awesome lists of open source software.

https://github.com/abdullah-ch/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
https://github.com/abdullah-ch/refresh-token-rotation

authentication-backend hacktoberfest jwt-authentication mern-stack refresh-token-rotation

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/abdullah-ch/refresh-token-rotation/tree/backend)**: It implements the Refresh Token Rotation Authentication System along with Refresh Token Reuse Detection.
* **[Frontend](https://github.com/abdullah-ch/refresh-token-rotation/tree/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.