Skip to content

Commit

Permalink
docs(options): fix typo in callback paragraph (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timibadass authored Apr 16, 2020
1 parent c010a17 commit 3bf3d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ auth: {
* `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)
* `callback`: User will be redirected 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)

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 3bf3d2e

Please sign in to comment.