http://api.chizellefreres.com/

Security Token

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

Security Firewall

api Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.our_db_provider
context (none)
entry_point App\Security\Authenticator\ApiAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#177
  -map: Symfony\Component\Security\Http\AccessMap {#176 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#175 …}
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#171
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#173 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#327 …}
  -providerKey: "api"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#170 …}
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
  -rememberMeServices: null
}
0.55 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#166
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#354 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#327 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#225 …}
  -providerKey: "api"
  -successHandler: null
  -failureHandler: null
  -options: [
    "username_path" => "email"
    "password_path" => "password"
    "check_path" => "app_api_token_login"
    "use_forward" => false
    "require_previous_session" => false
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#444 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#261 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#156 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#168
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#354 …}
  -secret: "MIe7OwL"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#327 …}
  -logger: Symfony\Bridge\Monolog\Logger {#184 …}
}
0.06 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#152
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#354 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#324 …}
  -map: Symfony\Component\Security\Http\AccessMap {#176 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#327 …}
}
0.00 ms (none)

Security Voters (5)

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\AccessControlVoter"
5
"App\Security\Voter\BelongUserVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"App\Security\Voter\AccessControlVoter"
ACCESS ABSTAIN
"App\Security\Voter\BelongUserVoter"
ACCESS ABSTAIN
Show voter details