We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should allow a user to set tokenFromMultipartDataEnabled in the Kotlin DSL, just as we do in the Java DSL. The configuration would look like
tokenFromMultipartDataEnabled
@EnableWebSecurity open class CsrfConfig : WebSecurityConfigurerAdapter() { override fun configure(http: HttpSecurity) { http { csrf { tokenFromMultipartDataEnabled = true } } } }
The text was updated successfully, but these errors were encountered:
61060b3
eleftherias
No branches or pull requests
We should allow a user to set
tokenFromMultipartDataEnabled
in the Kotlin DSL, just as we do in the Java DSL.The configuration would look like
The text was updated successfully, but these errors were encountered: