Spring CSRF
#315
Replies: 1 comment
-
I'm doing this for the meantime
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I pass the Spring CSRF token in the template?
In Thymeleaf you do something like this
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
How about for JTE?
Beta Was this translation helpful? Give feedback.
All reactions