Hacker News new | ask | show | jobs
by hashmymustache 1969 days ago
Is there a good one that integrates with Express?
2 comments

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

Passport. It provides a lot of authentication schemes