Fix logout url in doc
The default for logout is to redirect to `/login?logout` Fixes gh-251
This commit is contained in:
parent
70bd7d1bbc
commit
85786824af
|
@ -664,7 +664,7 @@ URL `/logout` will log the user out by:
|
||||||
- Invalidating the HTTP Session
|
- Invalidating the HTTP Session
|
||||||
- Cleaning up any RememberMe authentication that was configured
|
- Cleaning up any RememberMe authentication that was configured
|
||||||
- Clearing the `SecurityContextHolder`
|
- Clearing the `SecurityContextHolder`
|
||||||
- Redirect to `/login?success`
|
- Redirect to `/login?logout`
|
||||||
|
|
||||||
Similar to configuring login capabilities, however, you also have various options
|
Similar to configuring login capabilities, however, you also have various options
|
||||||
to further customize your logout requirements:
|
to further customize your logout requirements:
|
||||||
|
|
Loading…
Reference in New Issue