Josh Cummings 0786b6f766 Update to Spring Securtiy 6.5.0-SNAPSHOT il y a 1 mois
..
gradle 50ffc04d54 Make Projects Individually Runnable il y a 1 an
src b9449ecc4a Update Reactive Max Sessions sample il y a 1 an
.gitignore c09de87362 Add Max Sessions on WebFlux Sample il y a 1 an
README.adoc c09de87362 Add Max Sessions on WebFlux Sample il y a 1 an
build.gradle 23e81699ae Update Remaining Samples to 6.4.0-SNAPSHOT il y a 1 an
gradle.properties 0786b6f766 Update to Spring Securtiy 6.5.0-SNAPSHOT il y a 1 mois
gradlew c09de87362 Add Max Sessions on WebFlux Sample il y a 1 an
gradlew.bat c09de87362 Add Max Sessions on WebFlux Sample il y a 1 an
settings.gradle 50ffc04d54 Make Projects Individually Runnable il y a 1 an

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.