kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.43k stars 510 forks source link

bcrypt compare always returns false result #928

Closed Raj-abm closed 1 year ago

Raj-abm commented 2 years ago

Hello, Thanks for the plugin, I am using this plugin with meteor js. I am creating users from browser, using meteor method (uses ddp protocol); and login using browser.

When I want compare the password on server using the password text and hash value from user database, compare function is always giving me false result.

please help. Thank you.

drayilara commented 2 years ago

Can you share your code? I used the package today with no problem.