Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 477 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 477 Bytes

Express-passportjs

Passport's sole purpose is to authenticate requests, which it does through an extensible set of plugins known as strategies. Passport does not mount routes or assume any particular database schema, which maximizes flexibility and allows application-level decisions to be made by the developer. The API is simple: you provide Passport a request to authenticate, and Passport provides hooks for controlling what occurs when authentication succeeds or fails.