http://144.22.209.129/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.database_users
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#254
  -map: Symfony\Component\Security\Http\AccessMap {#257 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#263 …}
  -logger: Symfony\Bridge\Monolog\Logger {#259 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#264
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#118 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#259 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#252 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#217 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#70 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: null
}
0.01 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#228
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#84 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#266 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#267 …}
  -logger: Symfony\Bridge\Monolog\Logger {#259 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
}
1.10 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#320
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#313 …}
  #options: [
    "check_path" => "app_login"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#259 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#266 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#54 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#118 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#249 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#217 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#283 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#245 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#286
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#118 …}
  -secret: "YjrtpvM"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#266 …}
  -logger: Symfony\Bridge\Monolog\Logger {#259 …}
}
0.14 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#55
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#118 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "security_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#57
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#58 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#64}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#56 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#54 …}
  -csrfTokenManager: null
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#324
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#118 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#334 …}
  -map: Symfony\Component\Security\Http\AccessMap {#257 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#266 …}
}
0.01 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"