https://hz-8.77.edusoho.cn/api_v3/auth/getJwt

Security

Token

admin@system.com Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_TEACHER"
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_BACKEND"
  "ROLE_DEPARTMENT_ADMIN"
  "ROLE_TRAINING_ADMIN"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#53
  -credentials: null
  -firewallName: "main"
  -user: Biz\User\CurrentUser {#1221 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_TEACHER"
    "ROLE_SUPER_ADMIN"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

disabled Name
Security enabled
Stateless
Allows anonymous

Listeners

No security listeners have been recorded. Check that debugging is enabled in the kernel.

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"AppBundle\SfExtend\AdminVoter"