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.