Skip to content
Jared Hanson edited this page Jun 5, 2013 · 8 revisions

Passport is authentication middleware for Node.js.

Modules

Strategies

Strategies implement support for specific authentication mechanisms, such as OpenID or OAuth. The community has implemented support for a wide variety of authentication protocols and identity providers.

List of Strategies »

Other

Various other modules can be used in conjunction with or extend Passport, providing user management, authorization and access control, integration with other web frameworks, and other useful functionality.

List of Modules »

Maintainers

How To Deliver a Release

References

Related Projects