Redirect 302 redirect from GET @login (d222cd)

GET https://info.constellation.cool/play

Security

Token

There is no security token. It was removed in f4ebab.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.our_db_provider
context main
entry_point App\Security\AuthenticationEntrypoint
user_checker App\Security\UserChecker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
authenticators
[
  "form_login"
  "remember_me"
  "App\Security\ClientLoginAuthenticator"
  "App\Security\GoogleAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1490
  -map: Symfony\Component\Security\Http\AccessMap {#1491 …}
  -logger: Monolog\Logger {#1481 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1270
  -sessionKey: "_security_main"
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1475 …}
  -sessionTrackerEnabler: App\Security\AnonymousAwareTokenStorage::enableUsageTracking(): void {#1191 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#730 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1269 …}
  -logger: Monolog\Logger {#1481 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1444 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#1238
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1265 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1233
  -tokenStorage: App\Security\AnonymousAwareTokenStorage {#732 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#738 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1491 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1487
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -tokenStorage: App\Security\AnonymousAwareTokenStorage {#732 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1465 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#1444 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\ClientLoginAuthenticator"

This authenticator did not support the request.

skipped
"App\Security\GoogleAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision