README.adoc 331 B

123456
  1. == WebFlux Max Sessions Sample
  2. This sample demonstrates how to configure the maximum number of concurrent sessions for a WebFlux application.
  3. Check the `SecurityConfig.class` to see how the maximum number of sessions is configured.
  4. This sample also contains tests that demonstrate how the maximum number of sessions is enforced.