Spring Boot + Security + Thymeleaf and CSRF token not injected automatically
问题 Disclaimer : I know how to inject the token in a form with thymeleaf manually with this: <input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}" />` The goal of this post is to improve the knowledge of the platform and get a better understanding of what's going on inside Spring Boot I haven't tried Spring Boot, but recently i just decided to give it a try, and have to admit its awesome, but with Thymeleaf and Security on Spring MVC, i didn't need to inject CSRF token