http://timyl.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
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 {#291
  -map: Symfony\Component\Security\Http\AccessMap {#292 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#296 …}
  -logger: Symfony\Bridge\Monolog\Logger {#284 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#298
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#54 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#284 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#299 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#142 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#211 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#55 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#304
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#302 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#305 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#308 …}
  -logger: Symfony\Bridge\Monolog\Logger {#284 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#311
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#54 …}
  -secret: "RWbnws3"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#305 …}
  -logger: Symfony\Bridge\Monolog\Logger {#284 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#313
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#55 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#314 …}
  -map: Symfony\Component\Security\Http\AccessMap {#292 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#305 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#155
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#55 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#157
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#205}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#156 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#154 …}
  -csrfTokenManager: null
}
0.00 ms (none)

Security Voters (3)

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

Access decision log

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