Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab purpose

  • Demonstrating basic proficiency in creating a login and registration system, using jwt tokens for authentication
  • salt and hash passwords before passing them to the database using bcrypt
  • compare user passwords to db password using bcrypt's built in comparison feature
  • using email as a unique identifier, ensures one instance of each user
  • basic error handling for common errors: email password mismatch, email already existing, missing data on registration

About

creating a basic login system using bcrypt/mongoose/mongodb/express

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages