Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Authentication - Learn Password Hashing Using Bcryptjs #5

Open
aditya12gusain opened this issue Dec 17, 2022 · 0 comments
Open
Assignees

Comments

@aditya12gusain
Copy link

MicroByte Title: How does password Hashing work?

Domain: Password Hashing and Storage

Scope of learning for learners: Helping to understand the importance of Hashing passwords during sign-up and how hashing is performed. How to store hashed passwords in MongoDB and signup.

Activities: The MicroByte activity will start with

  1. Explaining the problem with storing plain passwords in the Database
  2. Creating a server with Node.js Express Mongoose
  3. Creating a MongoDB connection with the application
  4. Launching server application with SignIn and SignUp ports
  5. Adding bcrypt for hashing and storing hashed passwords
  6. Validating password at the time of user Sign In
@aditya12gusain aditya12gusain changed the title User Authentication - Learn Password Hashing usign Bcryptjs User Authentication - Learn Password Hashing Using Bcryptjs Dec 17, 2022
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

No branches or pull requests

1 participant