Looking for a nodejs library that can help make the process of creating user profiles easier for a web application
Asked
Active
Viewed 8,303 times
1 Answers
8
-
11Passport is only pluggable authentication middleware. It does not offer a user model and validation, recovery, registration, invitations, tracking or automated timeouts. Stay with rails & devise if you can. – ARO Dec 26 '16 at 10:39
-
7Passport is no replacement for Devise – GN. Feb 10 '18 at 03:52
-
2https://github.com/carvalhoviniciusluiz/mongoose-devise – deksden Feb 12 '19 at 17:07