passport
Here are 1,553 public repositories matching this topic...
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 10, 2020 - PHP
-
Updated
Sep 8, 2020 - TSQL
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Sep 30, 2020 - Objective-C
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Oct 12, 2020 - TypeScript
Improve this page
Add a description, image, and links to the passport topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the passport topic, visit your repo's landing page and select "manage topics."
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like: