http://dev.api.digidom.pro/v1/users?q=%2Fv1%2Fusers

Security

Token

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

Firewall

api_users Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context api_users
entry_point lexik_jwt_authentication.jwt_token_authenticator
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 {#1923
  -map: Symfony\Component\Security\Http\AccessMap {#1922 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#1930 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1896
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#557 …}
  -sessionKey: "_security_api_users"
  -logger: Symfony\Bridge\Monolog\Logger {#1930 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1895 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#844 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1582 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#558 …}
    "enableUsageTracking"
  ]
}
0.05 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#1882
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#1891 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1886 …}
  -providerKey: "api_users"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1881 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1930 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#558 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1876
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#557 …}
  -secret: "DsxS2IK"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1886 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1930 …}
}
1.47 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1872
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#558 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#553 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1922 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1886 …}
  -exceptionOnNoToken: true
}
0.48 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"
4
"Evo\Application\Security\Voter\AdminManageVoter"
5
"Evo\Application\Security\Voter\UserVoter"
6
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#12
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#20 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#21 …}
  #content: "{"email":"bt1ei@google.com","phoneNumber":"+33 5 65 44 56 64","honorificPrefix":"MRS","lastname":"BT 1","firstname":"EI","password":"pQ9$iP3*vM5%fV7~aE1~cN4#qR3_wD6!"}"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/v1/users"
  #requestUri: "/v1/users"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: "jsonld"
  #session: Symfony\Component\HttpFoundation\Session\Session {#1354 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details