Javascript – Using bycrpt.compare in node.js app but it isn't being called or working at all
I am using bycrypt for my login process and it doesn't seem to be working. I have already stored the previously hashed password in the database so I am retrieving it from the database and then comparing it with the…