Spring Security 5.0.0 M2 Released
On behalf of the community, I’m pleased to announce the release of Spring Security 5.0.0 M2. This release includes bug fixes, new features, and is based off of Spring Framework 5.0.0 RC2.
A complete example of using Spring Security to secure a Spring WebFlux application can be found in the Spring Security samples at hellowebflux and hellowebfluxfn.
The highlights of the release include:
Simplified Reactive Security Configuration
It is now very easy to setup a minimal Reactive Security Configuration. Add @EnableWebFluxSecurity
and provide a …