-
Matthias Noback
PHP developer since 2002
Symfony developer since 2007
Part II of this series is all about validating the user’s session. You can find Part I here, if you missed it. Collect Failed Authentication Attempts Now and then a user will forget his password and try a few times … Continue reading »
Posted in Security, Symfony2 17 Comments
When working with Symfony2, you already have many of the finest tools for securing your web application. There are cases however that require you to add that extra bit. In this post I will point you to the right extension … Continue reading »
Posted in Security, Symfony2 9 Comments
Please note: I have revised this article to become part of the official documentation of the Security Component. Authorization When any of the authentication providers has verified the still unauthenticated token, an authenticated token will be returned. The authentication listener … Continue reading »
Posted in Documentation, Security, Symfony2 9 Comments
Please note: I have revised this article to become part of the official documentation of the Security Component. Authentication When a request points to a secured area, and one of the listeners from the firewall map is able to extract … Continue reading »
Posted in Documentation, Security, Symfony2 9 Comments