Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 security.yml 中配置了两个防火墙(前台和后台)。
我想使用两个不同的角色层次结构,存储在数据库中。
我创建了一个 RoleHierarchy 类并为后台使用了一项服务,它运行良好。但是我怎样才能为前台申报第二项服务呢?
可能吗?
好的,我找到了解决问题的方法。我必须按照文档开发 2 个选民:http: //symfony.com/doc/current/cookbook/security/voters.html。
每个选民都使用自己的角色层次结构。