JMSSecurityExtraBundle
JMSSecurityExtraBundle copied to clipboard
Enhances the Symfony2 Security Component with several new features
Some bundles (FOSCommentBundle for instance) allow to configure the roles they check for different actions they are doing. But disabling the core voters make it impossible to use their implementation...
Hi there. I have a rest controller driven by FOSRestBundle where live two methods: - getUsers: `/api/secured/users` (retrieve all users in the system) - getUser: `/api/secured/users/{id}` (retrieve only the user...
I wrote my own expression function, which expects two objects as parameters. But currently it is only possible to pass one object to the **is_expr_granted** method in Twig templates. Would...
Is it possible to use [the switch user functionality](http://symfony.com/doc/current/book/security.html#impersonating-a-user) while having all three built-in voters disabled? I did so when switching to expressions and had to enable the role voter...