1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Merge branch '6.0.x'

This commit is contained in:
Marcus Da Coregio
2023-04-17 07:30:54 -03:00
7 changed files with 238 additions and 13 deletions
@@ -12,6 +12,7 @@ The default is that accessing the URL `/logout` logs the user out by:
- Invalidating the HTTP Session
- Cleaning up any RememberMe authentication that was configured
- Clearing the `SecurityContextHolder`
- Clearing the `SecurityContextRepository`
- Redirecting to `/login?logout`
Similar to configuring login capabilities, however, you also have various options to further customize your logout requirements: