https://back.dotoast.com/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user_provider
context main
entry_point App\Infrastructure\Security\Guard\SiteAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#613
  -map: Symfony\Component\Security\Http\AccessMap {#614 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#616 …}
  -logger: Symfony\Bridge\Monolog\Logger {#423 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#624
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#292 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#423 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#623 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#388 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#438 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#590 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#293 …}
    "enableUsageTracking"
  ]
}
0.33 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#593
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#617 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#621 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#626 …}
  -logger: Symfony\Bridge\Monolog\Logger {#423 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#590 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#629
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#292 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#590 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#621 …}
  -logger: Symfony\Bridge\Monolog\Logger {#423 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#388 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#618 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#628
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#292 …}
  -secret: "Voh13XD"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#621 …}
  -logger: Symfony\Bridge\Monolog\Logger {#423 …}
}
4.83 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#531
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#293 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#529 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#533 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#646
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#293 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#638 …}
  -map: Symfony\Component\Security\Http\AccessMap {#614 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#621 …}
  -exceptionOnNoToken: true
}
0.02 ms (none)

Security Voters (6)

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\Infrastructure\Security\Voter\ToastSessionLinkVoter"
5
"App\Infrastructure\Security\Voter\ToastSessionSectionVoter"
6
"App\Infrastructure\Security\Voter\ToastSessionVoter"