1 repositorio
Binds verified user identities to the request object for downstream access.
Distinct from Request Metadata Attachment: Focuses on binding authenticated user objects rather than generic tracking metadata.
Explore 1 awesome GitHub repository matching web development · Identity Attachment. 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
Binds verified user objects directly to the request for access by route handlers.