1

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 ?

Community
  • 1
  • 1
Luca Steeb
  • 1,795
  • 4
  • 23
  • 44

1 Answers1

0

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.

Luca Steeb
  • 1,795
  • 4
  • 23
  • 44