使用Symfony Voters

时间:2016-07-23 19:35:29

标签: security symfony

是否可以使用像访问控制这样的选民(path: ^/project)? 要同时保护所有页面(项目/节目,项目/编辑,项目/创建)?

因为使用注释@Security("is_granted('view', project)") ...

保护每个控制器很烦人

1 个答案:

答案 0 :(得分:0)

您可以在Class注释上使用@Security

不过,我还没有尝试过,但是是从文档中尝试的

You can also add a @Security annotation on a controller class.

https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html