https://golmanagerpanel.com/admin/login

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#2951
  -secret: "CrXpWGW"
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#479
  -map: Symfony\Component\Security\Http\AccessMap {#478 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#465 …}
  -logger: Symfony\Bridge\Monolog\Logger {#487 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#457
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#146 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#487 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#458 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#240 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#23 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#147 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#463
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#460 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#456 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#453 …}
  -logger: Symfony\Bridge\Monolog\Logger {#487 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#450
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#146 …}
  -secret: "CrXpWGW"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#456 …}
  -logger: Symfony\Bridge\Monolog\Logger {#487 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#369
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#147 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#367 …}
  -map: Symfony\Component\Security\Http\AccessMap {#478 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#456 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#22
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#147 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#34
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#18 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#29}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#36 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#16 …}
  -csrfTokenManager: null
}
0.00 ms (none)

Security Voters (3)

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"