I have a ASP.NET database with user credentials and I want to use them with Passport on Node.
On this question I saw the code which I need to check the hashes, but how do I integrate that with Passport ?
I have a ASP.NET database with user credentials and I want to use them with Passport on Node.
On this question I saw the code which I need to check the hashes, but how do I integrate that with Passport ?
I found an easy to use module called Passport-Local Mongoose.
To implement another hash algorithm, I forked the project (it has the MIT license) and modified the specific lines.