When you enable CSRF protection there is a ".crumb" header generated for login form and ajax requests. The problem is that this token is regenerated through sessions so basically it's useless.
When you enable CSRF protection there is a ".crumb" header generated for login form and ajax requests. The problem is that this token is regenerated through sessions so basically it's useless.