Y
Hacker News
new
|
ask
|
show
|
jobs
by
hashmymustache
2016 days ago
Is there a good one that integrates with Express?
2 comments
bradyd
2016 days ago
Passport is an Express middleware for authentication. It supports pluggable "strategies" for supporting different types of authentication, from basic username/password to OAuth and many others.
https://www.npmjs.com/package/passport
link
victorbojica
2016 days ago
Passport. It provides a lot of authentication schemes
link
https://www.npmjs.com/package/passport