https://trackpay.cosavostra.com/

Security Token

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

Security Firewall

app Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.users
context app
entry_point App\Security\Authenticator\AppLoginFormAuthenticator
user_checker App\Security\AppUserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#720
  -map: Symfony\Component\Security\Http\AccessMap {#734 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#713 …}
  -logger: Symfony\Bridge\Monolog\Logger {#741 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#690
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#292 …}
  -sessionKey: "_security_app"
  -logger: Symfony\Bridge\Monolog\Logger {#741 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#685 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#417 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#183 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#284 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#688
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#691 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#695 …}
  -providerKey: "app"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#712 …}
  -logger: Symfony\Bridge\Monolog\Logger {#741 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#684
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#292 …}
  -secret: "ZpoANfl"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#695 …}
  -logger: Symfony\Bridge\Monolog\Logger {#741 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#668
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#284 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#671 …}
  -map: Symfony\Component\Security\Http\AccessMap {#734 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#695 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#151
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#284 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_security_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#156
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#155 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#159}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#137 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#157 …}
  -csrfTokenManager: null
}
0.00 ms (none)

Security Voters (2)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"