- 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
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|