https://laiju.hbpt.xyz/

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.admin_provider
context main
entry_point App\Security\AdminLoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\AdminLoginFormAuthenticator"
  "App\Security\ApiAdminAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#88
  -map: Symfony\Component\Security\Http\AccessMap {#207 …}
  -logger: Symfony\Bridge\Monolog\Logger {#273 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#308
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#38 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#273 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#302 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#231 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#306 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#305 …}
}
2.08 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#295
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#292 …}
}
2.98 ms
Symfony\Component\HttpFoundation\RedirectResponse {#318
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#351 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/admin/login'" />\n
    \n
            <title>Redirecting to /admin/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/admin/login">/admin/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  #targetUrl: "/admin/login"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#289
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#37 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#301 …}
  -map: Symfony\Component\Security\Http\AccessMap {#207 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Security\AdminLoginFormAuthenticator"
0.00 ms (none)
"App\Security\ApiAdminAuthenticator"
0.00 ms (none)

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\AdminUserVoter"