I'm attempting to build my first Symfony Service. Since I've set up my Symfony security to authent[...]
Hi,I'm implementing Security Controler as shown here http://symfony.com/doc/2.1/book/security.html.[...]
Testing any piece of software requires writing another software to test it. Apart from writing automated tests, developers would just like to examine how do some functionalities behave. If the specification changes frequently or the software is deployed in many environments, an easy-access tool[...]
In an attempt to migrate from a working Symfony Security Bundle login to the FOSUserBundle I've run[...]
My security config is as follows:security: encoders: MyBundle\AppBundle\Entity\User: sha5[...]
My security config is as follows:security: encoders: MyBundle\AppBundle\Entity\User: sha5[...]
I am having a problem with 403 errors on my ESI. My security configuration is as follows :Code: sec[...]
I've implemented both the Demo bundle and the security example in the online docs, and in both case[...]
I set up my users and groups like in the Cookbook: "How to load Security Users from the Databa[...]
Hi! I'm new in Symfony. I would like to know if my security configuration is correct, please.I th[...]