You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fun api(val http: HttpSecurity): SecurityFilterChain {
245
245
http {
@@ -250,7 +250,7 @@ fun api(val http: HttpSecurity): SecurityFilterChain {
250
250
return http.build()
251
251
}
252
252
253
-
@Bean
253
+
@Bean
254
254
@Order(1)
255
255
fun app(val http: HttpSecurity): SecurityFilterChain {
256
256
http {
@@ -269,6 +269,10 @@ You can read more https://github.com/spring-projects/spring-security/issues/1522
269
269
270
270
Spring Security now xref:servlet/authentication/onetimetoken.adoc[supports One-Time Token Login] via the `oneTimeTokenLogin()` DSL.
271
271
272
+
== Passkeys
273
+
274
+
Spring Security now has xref:servlet/authentication/passkeys.adoc[Passkeys] support.
275
+
272
276
== Kotlin
273
277
274
278
* The Kotlin DSL now supports https://github.com/spring-projects/spring-security/issues/14935[SAML 2.0] and https://github.com/spring-projects/spring-security/issues/15171[`GrantedAuthorityDefaults`] and https://github.com/spring-projects/spring-security/issues/15136[`RoleHierarchy`] ``@Bean``s
0 commit comments