https://almacen.gartel.org/login

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#601
  -secret: "R8s4zte"
  -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 security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#222
  -map: Symfony\Component\Security\Http\AccessMap {#236 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#235 …}
  -logger: Symfony\Bridge\Monolog\Logger {#248 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#243
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#131 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#248 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#240 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#122 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#226 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#209 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#176 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#215
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#242 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#210 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#208 …}
  -logger: Symfony\Bridge\Monolog\Logger {#248 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#209 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#202
  -csrfTokenManager: null
  #options: [
    "check_path" => "/login_check"
    "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 {#248 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#210 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#137 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#176 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#234 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#122 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#201 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#200 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#209 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#206
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#131 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#209 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#210 …}
  -logger: Symfony\Bridge\Monolog\Logger {#248 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#122 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#234 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#244
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#131 …}
  -secret: "R8s4zte"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#210 …}
  -logger: Symfony\Bridge\Monolog\Logger {#248 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#246
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#176 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#253 …}
  -map: Symfony\Component\Security\Http\AccessMap {#236 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#210 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#135
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#176 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#134
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#136 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#256}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#209 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#132 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#137 …}
  -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\RoleVoter"
3
"App\Security\Voter\AccesoAlmacenVoter"