https://github.com/obadakhalili/auth-flow
🛡️ Bulletproof Authentication Flow Implementation
https://github.com/obadakhalili/auth-flow
authentication expressjs flow nodejs
Last synced: 3 months ago
JSON representation
🛡️ Bulletproof Authentication Flow Implementation
- Host: GitHub
- URL: https://github.com/obadakhalili/auth-flow
- Owner: obadakhalili
- Created: 2020-05-20T12:22:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T20:28:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T15:24:38.963Z (over 1 year ago)
- Topics: authentication, expressjs, flow, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth-flow
Bulletproof Authentication Flow Implementation 🛡️
This repository will mark my progress in learning and creating bulletproof authentication flows. It will have implementation and references for the currently followed system. And of course, I will keep updating and adding newly learned features to it.
The current project is an implementation of the Two-Cookies JWT authentication approach. Which is explained brilliantly in these two articles:
- [Authentication in SPA. The Right Way, by Jean-Christophe Baey.](https://jcbaey.com/authentication-in-spa-reactjs-and-vuejs-the-right-way?utm_source=medium&utm_campaign=spa-authentication)
- [Getting Token Authentication Right in a Stateless Single Page Application, by Peter Locke.](https://medium.com/lightrail/getting-token-authentication-right-in-a-stateless-single-page-application-57d0c6474e3)
Hope you find it helpful ✌️