GET https://isas-saphiex.com/fr/cart

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\Guard\AppAuthenticator
user_checker App\Security\Guard\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "login_throttling"
  "App\Security\Guard\GoogleAuthenticator"
  "App\Security\Guard\FacebookAuthenticator"
  "App\Security\Guard\AppAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#857
  -map: Symfony\Component\Security\Http\AccessMap {#856 …}
  -logger: Monolog\Logger {#868 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#840
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#479 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#868 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#838 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#895 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#871 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#919 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#916
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#908 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#921
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#478 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#535 …}
  -map: Symfony\Component\Security\Http\AccessMap {#856 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#865
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#478 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#876 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#895 …}
}
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"
4
"App\Security\Voter\OrdersVoter"
5
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"