POST https://team.systeamsbusiness.com/web/api/authenticated/logout

Security

Token

There is no security token.

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.entity_provider
context (none)
entry_point security.authenticator.jwt.api
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#33
  -map: Symfony\Component\Security\Http\AccessMap {#32 …}
  -logger: Monolog\Logger {#182 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#38
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#40 …}
}
70.95 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#116
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#239 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_refresh_token_invalidate"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#149 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#118 …}
}
6.99 ms
Symfony\Component\HttpFoundation\JsonResponse {#460
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#813 …}
  #content: "{"code":200,"message":"The supplied refresh_token has been invalidated."}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"code":200,"message":"The supplied refresh_token has been invalidated."}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
2.85 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#42
  #user: App\Entity\User {#719 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#82
      -userIdentifier: "sysAdmin"
      -userLoader: Closure($userIdentifier) {#73 …}
      -user: App\Entity\User {#719 …}
      -attributes: null
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1781087740
      "exp" => 1781090740
      "roles" => [
        "ROLE_USER"
      ]
      "username" => "sysAdmin"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODEwODc3NDAsImV4cCI6MTc4MTA5MDc0MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoic3lzQWRtaW4ifQ.qB3BSIy-2kQBcKhIhy7zGWNHagfrpjN9Kg5z2fm68978EG-dx8JNWBuXQS2iIWDwwaF6TuNwdophM91Iy0xTKHLINDbeXEDR6b3YhJTzxrMj3pAW6IzWZlpy6dRIvwjWcG6Rc7LMnpvZcnm5KLXg7n1EHHeiaMd54p5tO6xw05J_Cg-ZTRk0clt9dUVb6Jly86ALJxxXAVHl9nIA6SbIz_nUNtaRghOEB7VBWRGQ4AEqPsHoR9OpTv-TzsHQxLqwSDxN_Q0377shI9wpHPdUd2TV4xhFCHi9sqvxCm7LcKEI2lF2UGo62r3fRgMGNrs3SDQSfxXyyNLj8HcHSPyooA"
  ]
}
UserBadge

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\Security\RoleVoter"