5 ms·
Is there a good one that integrates with Express?
by hashmymustache 6y ago
Is there a good one that integrates with Express?
- victorbojica 6y agoPassport. It provides a lot of authentication schemes
- bradyd 6y agoPassport 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 https://www.npmjs.com/package/passport