-
-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
# Local passport auth example | ||
# Multiple instances of `bull-board` example | ||
|
||
This example shows how to secure your bull-board using local passport strategy. | ||
|
||
### Notes | ||
1. It will work with any **cookie** based auth, since the browser will attach | ||
the `session` cookie automatically to **each** request. | ||
|
||
|
||
Based on: https://github.com/passport/express-4.x-local-example/blob/master/server.js | ||
This example shows how to install multiple instances of your `bull-board`. |