http://user-server-mgyzlo.bunnyenv.com/api/me

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#1317
  -user: App\DTOs\UserMe {#1349 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "api_or_jwt"
  -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3NTE1MzQ3MTMsImV4cCI6MTc1MTU0MTkxMywicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsIjoiZGFuLmFjaGltQGtpbmRlcnBlZGlhLmNvIiwiaGFzaCI6ImZhYjkyYmJiNjE4YTI0YzY4YjQwMTZkZGY4MDdhYzc0MmU0ZjNhNjkifQ.lzyRQukSKWkB_HZXvP3yQQOpVZOliOrNOqf_MXilBeM"
}

Firewall

api_or_jwt Name
Security enabled
Stateless

Configuration

Key Value
provider (none)
context (none)
entry_point security.authenticator.jwt.api_or_jwt
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "App\Security\ApiKeyAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#600
  -map: Symfony\Component\Security\Http\AccessMap {#601 …}
  -logger: Symfony\Bridge\Monolog\Logger {#563 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#613
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#612 …}
}
111.81 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#624
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#225 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#361 …}
  -map: Symfony\Component\Security\Http\AccessMap {#601 …}
}
0.41 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Security\ApiKeyAuthenticator"
0.00 ms (none)
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
100.02 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#636
  #user: App\DTOs\UserMe {#1349 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#1152
      -userIdentifier: "[email protected]"
      -userLoader: Closure($userIdentifier) {#1320 …}
      -user: App\DTOs\UserMe {#1349 …}
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1751534713
      "exp" => 1751541913
      "roles" => [
        "ROLE_USER"
      ]
      "email" => "[email protected]"
      "hash" => "fab92bbb618a24c68b4016ddf807ac742e4f3a69"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3NTE1MzQ3MTMsImV4cCI6MTc1MTU0MTkxMywicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsIjoiZGFuLmFjaGltQGtpbmRlcnBlZGlhLmNvIiwiaGFzaCI6ImZhYjkyYmJiNjE4YTI0YzY4YjQwMTZkZGY4MDdhYzc0MmU0ZjNhNjkifQ.lzyRQukSKWkB_HZXvP3yQQOpVZOliOrNOqf_MXilBeM"
  ]
}

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"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#55
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#100 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#105 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#101 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#97 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#98 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#99 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#96 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "application/ld+json"
  ]
  #pathInfo: "/api/me"
  #requestUri: "/api/me"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#2091 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details