http://api.chizellefreres.com/api/users/me

Security Token

There is no security token.

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 {#212
  -map: Symfony\Component\Security\Http\AccessMap {#211 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#210 …}
  -logger: Symfony\Bridge\Monolog\Logger {#217 …}
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#206
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#208 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#360 …}
  -providerKey: "api"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#205 …}
  -logger: Symfony\Bridge\Monolog\Logger {#217 …}
  -rememberMeServices: null
}
36.01 ms
Symfony\Component\HttpFoundation\JsonResponse {#658
  #data: "{"message":"Token Invalid","credentials":"TOKEN_8d9740eebe5bd816c38cd247117ebd93aad694a1","token":null}"
  #callback: null
  #encodingOptions: 15
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#657 …}
  #content: "{"message":"Token Invalid","credentials":"TOKEN_8d9740eebe5bd816c38cd247117ebd93aad694a1","token":null}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
}

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"