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

https://github.com/fenil3357/passport-authentication

User passport authentication system. In backend I've used NodeJS with passport-local and express. For database I've used MongoDB, and for frontend I've used ejs.
https://github.com/fenil3357/passport-authentication

authentication mongodb nodejs passport-local

Last synced: 3 months ago
JSON representation

User passport authentication system. In backend I've used NodeJS with passport-local and express. For database I've used MongoDB, and for frontend I've used ejs.

Awesome Lists containing this project

README

          

# Passport-Authentication

- This is a simple login system made using NodeJS and MongoDB.

- User can login/register using their email-id and password and access the dashboard.

- The password of the user hashes with a salt, using bcrypt which is a very hard to crack hashing type.

- This authentication system can be used directly in the complex projects.

⚡ See the deployment of the system [here](https://passport-authentication-fenil.herokuapp.com/)