How can I protect the logout action? I read default configuration, and set
logout:
csrf_parameter: _token
csrf_provider: ~
intention: logout
but when I'm trying to clear cache the following error displayed:
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] Unrecognized options "csrf_provider" under "security.firewalls.main.logout"
I'm using Symfony 2.4 + FOSUserBundle 1.3.