
Passport is an authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Connect/Express-based web application.
It provides a comprehensive set of authentication systems: using a username and password, social networks credentials, OpenID, and more.
This package provide the OAuth authentication strategy.