Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 458 Bytes

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