https://dev.yamiba.com/index_dev.php/_profiler/phpinfo.php

Security Token

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

Security Firewall

api_auth Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\Provider\UserEntityProvider
context api_auth
entry_point hwi_oauth.authentication.entry_point.oauth.api_auth
user_checker App\Security\Authentication\Checkers\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "oauth"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#190
  -map: Symfony\Component\Security\Http\AccessMap {#191 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#198 …}
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#207
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#276 …}
  -sessionKey: "_security_api_auth"
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#206 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#382 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#450 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#277 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener {#200
  -resourceOwnerMap: HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap {#223 …}
  -checkPaths: [
    "hwi_oauth_check_facebook"
  ]
  #options: [
    "check_path" => "/login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#184 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#203 …}
  #providerKey: "api_auth"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#181 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#277 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#221 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#382 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#199 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#201 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#204
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#276 …}
  -secret: "UIVUYsB"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#203 …}
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
}
49.11 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#143
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#277 …}
  -provider: App\Security\Provider\UserEntityProvider {#71 …}
  -userChecker: App\Security\Authentication\Checkers\UserChecker {#707 …}
  -providerKey: "api_auth"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#705 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#382 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#180
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#277 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#178
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#177 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#176}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#179 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#181 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#62
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#277 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#705 …}
  -map: Symfony\Component\Security\Http\AccessMap {#191 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#203 …}
}
0.01 ms (none)

Security Voters (5)

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"
4
"App\Voters\AdminVoter"
5
"App\Voters\OrderVoter"