POST https://test.forca.run/api/token/invalidate

Security

Token

There is no security token.

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider App\Security\User\UserProvider
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 {#302
  -map: Symfony\Component\Security\Http\AccessMap {#303 …}
  -logger: Monolog\Logger {#292 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#321
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#320 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#231
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#70 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_jwt_invalidate"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#258 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#235 …}
}
44.70 ms
Symfony\Component\HttpFoundation\JsonResponse {#376
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#366 …}
  #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

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"