Skip to content

Add bcrypt password hashing for user authentication#3

Open
aditya9-2 wants to merge 4 commits intocode100x:mainfrom
aditya9-2:add-pass-hashing
Open

Add bcrypt password hashing for user authentication#3
aditya9-2 wants to merge 4 commits intocode100x:mainfrom
aditya9-2:add-pass-hashing

Conversation

@aditya9-2
Copy link

Implemented password hashing using bcryptjs:

  • Hashes passwords in the /create-user in admin route.
  • Compares hashed passwords in /signin routes of admin and user.

This completes the previously noted TODO: Add password hashing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant