I have implemented Spring Security to my project, but I am getting status 405 when I try to log in. I have already added csrf token in the form.
csrf
form
Check your web.xml file you might forgot to keep "securityFilterChain"
Use this code in web.xml file
springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springSecurityFilterChain /*