mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
This commit updates the WebFlux security documentation, primarily to link to reactive types rather than their Servlet-based equivalents. It also attempts to clarify when a user details service is auto-configured. Closes gh-44955