ServerCsrfDsl
class ServerCsrfDsl
A Kotlin DSL to configure ServerHttpSecurity CSRF protection using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.4
Properties
Link copied to clipboard
the ServerAccessDeniedHandler used when a CSRF token is invalid.
Link copied to clipboard
the ServerCsrfTokenRepository used to persist the CSRF token.
Link copied to clipboard
the ServerCsrfTokenRequestHandler that is used to make the CSRF token available as an exchange attribute
Link copied to clipboard
the ServerWebExchangeMatcher used to determine when CSRF protection is enabled.