为了账号安全,请及时绑定邮箱和手机立即绑定

Symfony 3 - 无法应用用户角色

Symfony 3 - 无法应用用户角色

PHP
波斯汪 2021-06-02 09:57:15
我有一个实现 UserInterface 的 UserCas 实体。我的用户有一个角色:但是,当我根据角色限制对某些页面的访问时,它不起作用。因此,我在控制器中与具有 ROLE_ADMIN 的用户进行了检查:$user = $this->getUser();        if($this->container->get('security.authorization_checker')->isGranted('ROLE_ADMIN'))        {            dump("yes");        }        else        {            dump("no");        }转储返回“否”。如果我转储 $user-getRoles(),我已经:那么,请问有什么问题吗?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 130 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信