1 dépôt
Identity verification and session management specifically for Node.js web applications.
Distinguishing note: Existing Node.js candidates are too general (ecosystem) or unrelated (clients, load balancers).
Explore 1 awesome GitHub repository matching web development · Node.js Authentication. Refine with filters or upvote what's useful.
Passport is a Node.js authentication middleware designed to manage user identities and session states within web applications. It functions as a request identity verifier that secures application routes by validating user credentials before granting access. The system utilizes a modular authentication strategy, allowing identity verification through interchangeable plugins. This architecture supports the creation of custom authentication strategies for local credentials and the integration of federated identity providers using external protocols. The framework provides capabilities for sessi
Implements comprehensive user authentication and route securing specifically for Node.js applications.