Spring Security 6.4.0-RC1 is available now
On behalf of the team and everyone who has contributed, I am pleased to announce that the first release candidate of Spring Security 6.4 is available.
This release brings several compelling features including:
- Support for Passkeys
- Support for making access token requests with
RestClient
- Improved support for making access token requests with
WebClient
- Support for building a
ClientRegistration
from provided configuration AuthorizationManager
now returns anAuthorizationResult
AuthorizationEventPublisher
now accepts anAuthorizationResult
- Support for extracting nested authorities via SpEL expressions
- Security Observations are now selectable …