http://tao.api.d.dwm.dev/cart?sort=id%7CDESC

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.users_provider
context (none)
entry_point lexik_jwt_authentication.jwt_token_authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#240
  -map: Symfony\Component\Security\Http\AccessMap {#241 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#243 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#519 …}
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#247
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#245 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#248 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#251 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#519 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#254
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#423 …}
  -secret: "C2J5MyO"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#248 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#519 …}
}
0.22 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#255
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#423 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#259 …}
  -map: Symfony\Component\Security\Http\AccessMap {#241 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#248 …}
  -exceptionOnNoToken: true
}
0.01 ms (none)

Security Voters (8)

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\CartVoter"
5
"App\Security\Voter\QuotationVoter"
6
"App\Security\Voter\RequestVoter"
7
"App\Security\Voter\SessionVoter"
8
"App\Security\Voter\ShowVoter"