https://portal.cypherleak.com/api/token/invalidate

Security

Token

There is no security token.

Firewall

login Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#156
  -map: Symfony\Component\Security\Http\AccessMap {#155 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#179 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#554
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#585 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#176
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#266 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_token_invalidate"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#262 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#175 …}
}
0.69 ms
Symfony\Component\HttpFoundation\JsonResponse {#565
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#551 …}
  #content: "{"code":400,"message":"No refresh_token found."}"
  #version: "1.1"
  #statusCode: 400
  #statusText: "Bad Request"
  #charset: "UTF-8"
  #data: "{"code":400,"message":"No refresh_token found."}"
  #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
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\ServicesVoter"