jaredhanson/passport-http

[Documentation] Should mention passport.initialize()

lonix1 opened this issue · 1 comments

The docs here and on the npm page do not mention how to plug passport into the express middleware pipeline.

This is missing: app.use(passport.initialize());

Dead project