是否可以使用像访问控制这样的选民(path: ^/project
)?
要同时保护所有页面(项目/节目,项目/编辑,项目/创建)?
因为使用注释@Security("is_granted('view', project)")
...
答案 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