https://www.beta666.streamingbrigade.de/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Database\Provider\UserProvider
context main
entry_point App\Security\LoginFormAuthenticator
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 {#217
  -map: Symfony\Component\Security\Http\AccessMap {#219 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#220 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#107 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#229
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#71 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#107 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#228 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#188 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#223 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#77 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#231
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#224 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#232 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#235 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#107 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#223 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#238
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#71 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#223 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#232 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#107 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#230 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#240
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#71 …}
  -secret: "RZxLBYK"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#232 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#107 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#257
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#77 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#256 …}
  -map: Symfony\Component\Security\Http\AccessMap {#219 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#232 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#203
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#77 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#176 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#177 …}
}
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\RoleVoter"