https://dev.back.vinealove.com/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider (none)
context main
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#296
  -map: Symfony\Component\Security\Http\AccessMap {#275 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#308 …}
  -logger: Symfony\Bridge\Monolog\Logger {#52 …}
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#305
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#126 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#52 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#238 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#229 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#54 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: null
}
0.14 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#66
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#126 …}
  -secret: "KRNQqF4"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#318 …}
  -logger: Symfony\Bridge\Monolog\Logger {#52 …}
}
1.39 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#311
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#126 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#320 …}
  -map: Symfony\Component\Security\Http\AccessMap {#275 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#318 …}
}
0.02 ms (none)

Security Voters (3)

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"