skip to Main Content

Javascript – Bcrypt Compare Password

I'm having problem in comparing the password and yes it is storing the hash of the password correctly when I'm registering. Database - MongoDB I'm using node.js version - v18.17.0 bcrypt version - 5.1.1 Here's my userSchema - const userSchema…

VIEW QUESTION
Back To Top
Search