I\'m making a simple authentication system using Playframework with their built-in CSRF filter and Security.Authenticator system, but I\'m facing a problem :
When the us
Finally the problem was located in an other part of my code that was cleaning the session in the login() method, removing the csrf token with it ...
login()