Authenticate users like a pro using Node.js, express and mongo DB
What is authentication?
So basically authentication is a process of authenticating the user by matching his/her credentials like username/email and password with credentials present in the database.
What actually happens in the authentication process...
abdulkhan.hashnode.dev6 min read
Priyansh Patidar
Student @NITK
Passwords are not encrypted but hashed. Hashing and Encryption are not the same thing.