GET https://status.well-done.com/logout

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "form_login"
  "App\Security\OAuthAuthenticator"
  "App\Security\PasskeyAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#254
  -map: Symfony\Component\Security\Http\AccessMap {#253 …}
  -logger: Monolog\Logger {#325 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#319
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#332 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#313 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#169 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#318 …}
  -logger: Monolog\Logger {#325 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#287 …}
}
43.04 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#424
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#432 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#397
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#168 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#420 …}
  -map: Symfony\Component\Security\Http\AccessMap {#253 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#289
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#168 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#262 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#287 …}
  -csrfTokenManager: null
}
45.82 ms
Symfony\Component\HttpFoundation\RedirectResponse {#385
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#674 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://status.well-done.com/'" />\n
    \n
            <title>Redirecting to https://status.well-done.com/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://status.well-done.com/">https://status.well-done.com/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.0"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://status.well-done.com/"
}

Authenticators

Status Authenticator
skipped
"App\Security\OAuthAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\PasskeyAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

Access Decision