News Feed
Jobs Feed
Sections




News Archive
Henrik Bjørnskov's Blog:
Symfony2 Add Cross Site Request Forgery protection to login forms
December 30, 2011 @ 10:28:42

In a new post to his blog Henrik Bjørnskov has a tip on preventing cross-site request forgeries in your Symfony2 forms with the help of a simple Symfony2 configuration setting.

When talking with @jmikola on #Symfony-dev this afternoon we got into the subject of cross site request forgery and symfony2 login forms. And it seems that form-login already supports this but neither of us knew how it worked. So here is another quick tip. This time about securing you login form from cross site attacks.

The key is to define a "csrf_provider" in your security.yml config file and point it to the "form.csrf_provider" provider. He also includes the controller and view code/templating you'll need to get the token included in the form (and validated).

0 comments voice your opinion now!
symfony2 framework security crosssite request forgery csrf form


blog comments powered by Disqus

Similar Posts

Greg Beaver's Blog: Mac OS X ships with security hole-laden PEAR - how to upgrade immediately

PHPImpact Blog: The PHP framework that fits in a tweet!

Stefan Mischook's Blog: What happened to Ruby? And why PHP is KING of the Web.

Debuggable Blog: More CakePHP Tips/Behaviors

Techie Talks Blog: Building Secured Web Applications Using PHP - The Basics


Community Events











Don't see your event here?
Let us know!


conference series zendframework2 functional framework testing community introduction interview object podcast code example opinion unittest development language application phpunit release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework