Josh Cummings 50ffc04d54 Make Projects Individually Runnable пре 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 23e81699ae Update Remaining Samples to 6.4.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.