Java / Spring Boot – Application states that my login details are invalid but they are correct [closed]
Closed 2 days ago.
Spring Security Web NoSuchMethodError exception [closed]
Closed 15 hours ago.
bean of type ‘org.springframework.security.crypto.password.PasswordEncoder’ that could not be found
enter image description hereStructure of the project is attached as image
What does CsrfFilter do?
There is loading csrfToken from request with method this.tokenRepository.loadToken(request)
and actualToken is also obtaining from request with method String actualToken = request.getHeader(csrfToken.getHeaderName())
. Then isn’t csrfToken the same as actualToken?