I followed guides and I always end up with the same line of HTML
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
This line should change in a way that the "value" becomes the token, but it remains unchanged, I get the same exact line. I was told that Spring does it automatically just add this line for csrf token, but it does not work.