Add Max Sessions on WebFlux Sample

This commit is contained in:
Marcus Hert Da Coregio
2023-11-24 10:40:04 -03:00
parent d8748849dc
commit c09de87362
15 changed files with 762 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
== WebFlux Max Sessions Sample
This sample demonstrates how to configure the maximum number of concurrent sessions for a WebFlux application.
Check the `SecurityConfig.class` to see how the maximum number of sessions is configured.
This sample also contains tests that demonstrate how the maximum number of sessions is enforced.