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

https://github.com/likhithkp/express-mongo-jwt

This project demonstrates a basic authentication flow using Express.js and MongoDB with secure password hashing and validation. User passwords are hashed with bcrypt before storing them in MongoDB. During login, the credentials are verified, and a JWT (JSON Web Token) is issued for secure authentication.
https://github.com/likhithkp/express-mongo-jwt

authentication authorization bcrypt express expressjs hash jwt-authentication jwt-token mongodb mongoose rest-api salt

Last synced: 2 months ago
JSON representation

This project demonstrates a basic authentication flow using Express.js and MongoDB with secure password hashing and validation. User passwords are hashed with bcrypt before storing them in MongoDB. During login, the credentials are verified, and a JWT (JSON Web Token) is issued for secure authentication.

Awesome Lists containing this project