Josh Cummings 0786b6f766 Update to Spring Securtiy 6.5.0-SNAPSHOT 1 ماه پیش
..
gradle 50ffc04d54 Make Projects Individually Runnable 1 سال پیش
src b9449ecc4a Update Reactive Max Sessions sample 1 سال پیش
.gitignore c09de87362 Add Max Sessions on WebFlux Sample 1 سال پیش
README.adoc c09de87362 Add Max Sessions on WebFlux Sample 1 سال پیش
build.gradle 23e81699ae Update Remaining Samples to 6.4.0-SNAPSHOT 1 سال پیش
gradle.properties 0786b6f766 Update to Spring Securtiy 6.5.0-SNAPSHOT 1 ماه پیش
gradlew c09de87362 Add Max Sessions on WebFlux Sample 1 سال پیش
gradlew.bat c09de87362 Add Max Sessions on WebFlux Sample 1 سال پیش
settings.gradle 50ffc04d54 Make Projects Individually Runnable 1 سال پیش

README.adoc

== 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.