Quantcast
Channel: mongodb-node | Scoop.it
Viewing all articles
Browse latest Browse all 60

Password Authentication with Mongoose and bcrypt

$
0
0
This post is Part 1 of a series on implementing username/password authentication for your Mongoose user models. In this first installment, we will discuss how to implement one-way encryption of user passwords with bcrypt, and how to subsequently use the encrypted password for login verification.



Viewing all articles
Browse latest Browse all 60

Trending Articles