https://dev.mizogoo.fr/home

Security

Token

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

Firewall

app Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user_provider
context app
entry_point App\Security\JsonAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "json_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#547
  -map: Symfony\Component\Security\Http\AccessMap {#465 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#493 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#594
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#325 …}
  -sessionKey: "_security_app"
  -logger: Symfony\Bridge\Monolog\Logger {#493 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#561 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#434 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#569 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#584 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#326 …}
    "enableUsageTracking"
  ]
}
1.10 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#483
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#604 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#589 …}
  -providerKey: "app"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#541 …}
  -logger: Symfony\Bridge\Monolog\Logger {#493 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#584 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#326 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#522
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#326 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#589 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#596 …}
  -providerKey: "app"
  -successHandler: null
  -failureHandler: null
  -options: [
    "username_path" => "email"
    "password_path" => "password"
    "check_path" => "api_security_login"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#493 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#434 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#558 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#581 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#304 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#582
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#325 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#584 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#589 …}
  -logger: Symfony\Bridge\Monolog\Logger {#493 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#434 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#581 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#573
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#325 …}
  -secret: "ZjUxw6L"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#589 …}
  -logger: Symfony\Bridge\Monolog\Logger {#493 …}
}
1.76 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#551
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#326 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_security_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#596 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#560 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#450
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#326 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#299 …}
  -map: Symfony\Component\Security\Http\AccessMap {#465 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#589 …}
  -exceptionOnNoToken: true
}
0.08 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"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details