symfony icon indicating copy to clipboard operation
symfony copied to clipboard

Screencast code, script and kittens behind the "Joyful Development with Symfony 3" Tutorial

Results 1 symfony issues
Sort by recently updated
recently updated
newest added

Hello guys. I have reviewed [this chapter](https://symfonycasts.com/screencast/symfony3-security/login-form-authenticator) and I noticed a problem. In this section, the CSRF token is not checked and this is a serious problem. > src/AppBundle/Security/LoginFormAuthenticator.php public...