File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ option | description | default value
8282------ | ----------- | -------------
8383` pathname ` | The path that the middleware redirects to | ` /api/auth `
8484` users ` | A list of users that can authenticate | ` [] `
85+ ` message ` | Message to display to the user when authentication fails | ` Authentication failed `
86+ ` realm ` | Realm to show in the WWW-Authenticate header | ` protected `
8587
8688The user object consists of the following required fields:
8789
@@ -111,5 +113,3 @@ The package is optimized and bundled with Rollup into multiple formats (CommonJS
111113Runs the test watcher (Jest) in an interactive mode.
112114By default, runs tests related to files changed since the last commit.
113115
114-
115- This project was bootstrapped with [ TSDX] ( https://github.com/jaredpalmer/tsdx ) .
You can’t perform that action at this time.
0 commit comments