session-like stateless auth
-
Updated
Jan 7, 2023 - JavaScript
session-like stateless auth
Question & Answer Web Application.
[Abandoned / Unmaintained] "jwts" module on NPM. Simple package for using with JWTs with Asymmetric signing
Node app includes jwt, secure cookie, session management and email verification via otp. Also includes tests using Jest and Supertest.
This repository showcases multiple backend authentication mechanisms, demonstrating the progression from session-based authentication to modern token-based systems. It includes bearer tokens, JWT single-token and access-token approaches, and a production-ready access–refresh token system for secure and scalable applications.
Backend apis for stateless authentication, shortening urls and user activity. watch demo video - https://youtu.be/vsd2YASdqzQ?si=ttXAKUOrkgCxsl7_
Stateless Authentication on Express with Passport.js + JWT
Add a description, image, and links to the stateless-authentication topic page so that developers can more easily learn about it.
To associate your repository with the stateless-authentication topic, visit your repo's landing page and select "manage topics."