Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions views/docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ recommended for most applications. If enabled, be sure to use `express.session(
*before* `passport.session()` to ensure that the login session is restored in
the correct order.

Note that when using a custom callback with `passport.authenticate`, it becomes the application's responsibility to establish a session. See "Authenticate#Custom Callback" section.

#### Sessions

In a typical web application, the credentials used to authenticate a user will
Expand Down