Skip to content

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.

Notifications You must be signed in to change notification settings

fenil3357/Passport-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published