passport
Here are 1,617 public repositories matching this topic...
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 5, 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
Oct 28, 2020 - Objective-C
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Mar 7, 2018 - JavaScript
-
Updated
Nov 28, 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: