Security

Token

admin@spawntree.de Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles none
Token
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#900
  -user: App\Entity\User {#932 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "api"
  -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTI4NTkzMzEsImV4cCI6MTc1MzIxOTMzMSwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImFkbWluQHNwYXdudHJlZS5kZSJ9.s_YaloutQuW6cOtJKZX2fnftb3RPr11fwKu64R0F-LY2fxalWdjDO47xd1O4wnrkIsNMRZ5T1GbBguwS5As3A-gXJpWjFfW74HV9kg0mP5OqSElF3Pul4Aua85A-8Pp--mQTFNQ4qhpxmtaeztKMuAe-emYxZuL4qXIXNRG_g_eljVNaAAro3e_C4cGn-IhGKl66VNpW_UXBlAtwPj2lKF2WKdlmtaq43Rd-gieG3G1SxCLkoVDHUEv-aSBPnxMdVHwbpWHzceD4EogpqD7jiJ5PeF1Omh6R7oKV63LBE71xuXg_4w_otgCTl3iW2G5LUpXTTfe6ZS4bzGA0-ObwZw"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
entry_point security.authenticator.jwt.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#569
  -map: Symfony\Component\Security\Http\AccessMap {#566 …}
  -logger: Symfony\Bridge\Monolog\Logger {#742 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#631
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#734 …}
}
81.86 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#619
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#815 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#869 …}
  -map: Symfony\Component\Security\Http\AccessMap {#566 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
7.95 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#782
  #user: App\Entity\User {#932 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#786
      -userIdentifier: "admin@spawntree.de"
      -userLoader: Closure($userIdentifier) {#792 …}
      -user: App\Entity\User {#932 …}
      -attributes: null
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1752859331
      "exp" => 1753219331
      "roles" => [
        "ROLE_ADMIN"
        "ROLE_USER"
      ]
      "username" => "admin@spawntree.de"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTI4NTkzMzEsImV4cCI6MTc1MzIxOTMzMSwicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImFkbWluQHNwYXdudHJlZS5kZSJ9.s_YaloutQuW6cOtJKZX2fnftb3RPr11fwKu64R0F-LY2fxalWdjDO47xd1O4wnrkIsNMRZ5T1GbBguwS5As3A-gXJpWjFfW74HV9kg0mP5OqSElF3Pul4Aua85A-8Pp--mQTFNQ4qhpxmtaeztKMuAe-emYxZuL4qXIXNRG_g_eljVNaAAro3e_C4cGn-IhGKl66VNpW_UXBlAtwPj2lKF2WKdlmtaq43Rd-gieG3G1SxCLkoVDHUEv-aSBPnxMdVHwbpWHzceD4EogpqD7jiJ5PeF1Omh6R7oKV63LBE71xuXg_4w_otgCTl3iW2G5LUpXTTfe6ZS4bzGA0-ObwZw"
  ]
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Voter\OwnerAdminApiEditVoter"
5
"App\Voter\OwnerApiEditVoter"
6
"App\Voter\UserApiVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
2 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
3 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EDIT
App\ApiResource\UserApi {#3344
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
5 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EDIT
App\ApiResource\UserApi {#3342
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
7 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EDIT
App\ApiResource\UserApi {#3340
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
9 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EDIT
App\ApiResource\UserApi {#3338
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
11 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EDIT
App\ApiResource\UserApi {#3336
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
13 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EDIT
App\ApiResource\UserApi {#3334
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
15 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EDIT
App\ApiResource\UserApi {#3332
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
17 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EDIT
App\ApiResource\UserApi {#3330
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
19 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EDIT
App\ApiResource\UserApi {#3328
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
21 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EDIT
App\ApiResource\UserApi {#3326
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
23 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EDIT
App\ApiResource\UserApi {#3324
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
25 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EDIT
App\ApiResource\UserApi {#3322
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
27 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EDIT
App\ApiResource\UserApi {#3320
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
29 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EDIT
App\ApiResource\UserApi {#3318
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
31 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EDIT
App\ApiResource\UserApi {#3316
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
33 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EDIT
App\ApiResource\UserApi {#3314
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
35 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EDIT
App\ApiResource\UserApi {#3312
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
37 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EDIT
App\ApiResource\UserApi {#3310
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
39 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EDIT
App\ApiResource\UserApi {#3308
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
41 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EDIT
App\ApiResource\UserApi {#3306
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
43 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EDIT
App\ApiResource\UserApi {#3304
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
45 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EDIT
App\ApiResource\UserApi {#3302
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
47 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
48 GRANTED EDIT
App\ApiResource\UserApi {#3300
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
49 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
50 GRANTED EDIT
App\ApiResource\UserApi {#3298
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
51 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EDIT
App\ApiResource\UserApi {#3296
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
53 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EDIT
App\ApiResource\UserApi {#3294
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
55 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EDIT
App\ApiResource\UserApi {#3292
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
57 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
58 GRANTED EDIT
App\ApiResource\UserApi {#3290
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
59 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
60 GRANTED EDIT
App\ApiResource\UserApi {#3288
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
61 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EDIT
App\ApiResource\UserApi {#3286
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
63 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EDIT
App\ApiResource\UserApi {#3284
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
65 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EDIT
App\ApiResource\UserApi {#3282
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
67 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
68 GRANTED EDIT
App\ApiResource\UserApi {#3280
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
69 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
70 GRANTED EDIT
App\ApiResource\UserApi {#3278
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
71 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EDIT
App\ApiResource\UserApi {#3276
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
73 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EDIT
App\ApiResource\UserApi {#3274
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
75 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EDIT
App\ApiResource\UserApi {#3272
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
77 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
78 GRANTED EDIT
App\ApiResource\UserApi {#3270
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
79 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
80 GRANTED EDIT
App\ApiResource\UserApi {#3268
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
81 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EDIT
App\ApiResource\UserApi {#3266
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
83 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EDIT
App\ApiResource\UserApi {#1319
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
85 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EDIT
App\ApiResource\UserApi {#1489
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
87 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
88 GRANTED EDIT
App\ApiResource\UserApi {#1370
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
89 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
90 GRANTED EDIT
App\ApiResource\UserApi {#3346
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
91 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EDIT
App\ApiResource\UserApi {#3348
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
93 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EDIT
App\ApiResource\UserApi {#3350
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
95 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EDIT
App\ApiResource\UserApi {#3352
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
97 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
98 GRANTED EDIT
App\ApiResource\UserApi {#3354
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
99 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
100 GRANTED EDIT
App\ApiResource\UserApi {#3356
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
101 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EDIT
App\ApiResource\UserApi {#3358
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
103 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EDIT
App\ApiResource\UserApi {#3360
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
105 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EDIT
App\ApiResource\UserApi {#3362
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
107 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
108 GRANTED EDIT
App\ApiResource\UserApi {#3364
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
109 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
110 GRANTED EDIT
App\ApiResource\UserApi {#3366
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
111 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EDIT
App\ApiResource\UserApi {#3368
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
113 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EDIT
App\ApiResource\UserApi {#3370
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
115 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EDIT
App\ApiResource\UserApi {#3372
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
117 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
118 GRANTED EDIT
App\ApiResource\UserApi {#3374
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
119 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
120 GRANTED EDIT
App\ApiResource\UserApi {#3376
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details
121 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EDIT
App\ApiResource\UserApi {#3378
  +id: 1
  +email: "admin@spawntree.de"
  +firstName: "System"
  +lastName: "System"
  +image: null
  +imageUrl: null
  +fullName: "System System"
  +password: null
  +createdAt: null
}
"App\Voter\OwnerAdminApiEditVoter"
ACCESS ABSTAIN
"App\Voter\OwnerApiEditVoter"
ACCESS ABSTAIN
"App\Voter\UserApiVoter"
ACCESS GRANTED
Show voter details