GET https://www.crimpy.in/cat/viral

Security

Token

There is no security token.

Firewall

user_area Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.user_provider
context user_area
entry_point security.authenticator.form_login.user_area
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#302
  -map: Symfony\Component\Security\Http\AccessMap {#303 …}
  -logger: Monolog\Logger {#276 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#319
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#244 …}
  -sessionKey: "_security_user_area"
  -logger: Monolog\Logger {#276 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#318 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#278 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#202 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#313 …}
}
5.59 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#341
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#340 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#345
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#242 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#273 …}
  -userChecker: App\Security\UserChecker {#348 …}
  -firewallName: "user_area"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#336 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#276 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#155 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#251 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#277
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#242 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "user_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#194 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#278 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#329
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#242 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#336 …}
  -map: Symfony\Component\Security\Http\AccessMap {#303 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

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