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 {#630
  -user: App\DTOs\UserMe {#778 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "api_or_jwt"
  -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3Mjc1MTEwMzcsImV4cCI6MTcyNzUxMTYzNywicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsIjoiaWJydGVhY2hlckBraW5kZXJwZWRpYS5jbyJ9._hgUSleR3Y1-dcdcoAHZVFZ2KPzlMZfTWiefWJYUiRc"
}

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 {#597
  -map: Symfony\Component\Security\Http\AccessMap {#598 …}
  -logger: Symfony\Bridge\Monolog\Logger {#560 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#610
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#609 …}
}
778.69 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#621
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#252 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#358 …}
  -map: Symfony\Component\Security\Http\AccessMap {#598 …}
}
0.73 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Security\ApiKeyAuthenticator"
0.00 ms (none)
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
733.47 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#633
  #user: App\DTOs\UserMe {#778 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#627
      -userIdentifier: "[email protected]"
      -userLoader: Closure($userIdentifier) {#623 …}
      -user: App\DTOs\UserMe {#778 …}
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1727511037
      "exp" => 1727511637
      "roles" => [
        "ROLE_USER"
      ]
      "email" => "[email protected]"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3Mjc1MTEwMzcsImV4cCI6MTcyNzUxMTYzNywicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsIjoiaWJydGVhY2hlckBraW5kZXJwZWRpYS5jbyJ9._hgUSleR3Y1-dcdcoAHZVFZ2KPzlMZfTWiefWJYUiRc"
  ]
}

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 {#1836 …}
  #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