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
- Host: GitHub
- URL: https://github.com/abdullah-ch/refresh-token-rotation
- Owner: abdullah-ch
- License: mit
- Created: 2023-02-27T07:14:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T18:43:20.000Z (about 3 years ago)
- Last Synced: 2025-01-17T02:24:02.438Z (over 1 year ago)
- Topics: authentication-backend, hacktoberfest, jwt-authentication, mern-stack, refresh-token-rotation
- Homepage: https://refresh-token-rotation.netlify.app/
- Size: 258 KB
- Stars: 34
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.