What’s New in Spring Security 6.5
Spring Security 6.5 provides a number of new features. Below are the highlights of the release, or you can view the release notes for a detailed listing of each feature and bug fix.
WebAuthn
-
gh-16282 - JDBC Persistence for WebAuthn/Passkeys
-
gh-16397 - Added the ability to configure a custom
HttpMessageConverter
for Passkeys using the optionalmessageConverter
property on thewebAuthn
DSL. -
gh-16396 - Added the ability to configure a custom
PublicKeyCredentialCreationOptionsRepository
One-Time Token Login
-
gh-16291 -
oneTimeTokenLogin()
now supports customizing GenerateOneTimeTokenRequest via GenerateOneTimeTokenRequestResolver