Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 20, 2018
2 parents c2c4925 + cb7b5f8 commit ca5e4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options.md
Expand Up @@ -17,8 +17,8 @@ redirect: {

* `login`: User will be redirected to this path if *login is required*.
* `logout`: User will be redirected to this path if *after logout, current route is protected*.
* `home`: User will be redirect to this path *after login*. (`rewriteRedirects` will rewrite this path)
* `callback`: User will be redirect to this path by the identity provider *after login*. (Should match configured `Allowed Callback URLs` (or similar setting) in your app/client with the identity provider)
* `user`: User will be redirected to this path *after login and callback is processed*. (`rewriteRedirects` will rewrite this path)

Each redirect path can be disabled by setting to `false`.
Also you can disable all redirects by setting `redirect` to `false`
Expand Down

0 comments on commit ca5e4b0

Please sign in to comment.