I'm new in node.js and I'm creating a Restful API. How I can rehash the created password from https://laravel.com/docs/5.4/hashing using Bcrypt for me to able to check whether the password I input is correct.
Asked
Active
Viewed 910 times
0
-
Possible duplicate of [How to re-hash Laravel passwords?](https://stackoverflow.com/questions/19220925/how-to-re-hash-laravel-passwords) – Paulie-C Jun 27 '17 at 03:53
-
1I found a solution for my question here https://stackoverflow.com/questions/36041533/2y-bcrypt-hashes-in-node-js – Poldo Jun 27 '17 at 05:09