https://staging.bwire.io/admin/logout

Security

Token

There is no security token.

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider App\Infrastructure\Auth\Symfony\Security\Provider\AdminEmailProvider
context admin
entry_point App\Infrastructure\Auth\Symfony\Security\Authenticator\AdminLoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Infrastructure\Auth\Symfony\Security\Authenticator\AdminLoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#663
  -map: Symfony\Component\Security\Http\AccessMap {#660 …}
  -logger: Symfony\Bridge\Monolog\Logger {#677 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#631
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#147 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#677 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#619 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#597 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#119 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#623 …}
}
124.81 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#696
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#693 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#691
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#148 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#379 …}
  -map: Symfony\Component\Security\Http\AccessMap {#660 …}
}
0.40 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#685
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#148 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#649 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#597 …}
}
70.16 ms
Symfony\Component\HttpFoundation\RedirectResponse {#552
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#802 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://staging.bwire.io/admin/login'" />\n
    \n
            <title>Redirecting to https://staging.bwire.io/admin/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://staging.bwire.io/admin/login">https://staging.bwire.io/admin/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "https://staging.bwire.io/admin/login"
}

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\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\UI\Admin\Security\AdministratorVoter"
5
"App\UI\Merchant\Security\SiteVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_SUPER_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#3
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#8 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "image/avif"
    "image/webp"
    "image/apng"
    "application/xml"
    "*/*"
    "application/signed-exchange"
  ]
  #pathInfo: "/admin/logout"
  #requestUri: "/admin/logout"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#640 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details