https://dev.mywowenglish.com/api/books

Security

Token

test@test.cz Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_ANONYMOUS"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1118
  -user: App\Entity\User {#1119 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.our_db_provider
context (none)
entry_point lexik_jwt_authentication.jwt_token_authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\OAuth2BearerAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#670
  -map: Symfony\Component\Security\Http\AccessMap {#662 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#658 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#700
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#701 …}
}
123.66 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#685
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#110 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#93 …}
  -map: Symfony\Component\Security\Http\AccessMap {#662 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.43 ms (none)

Authenticators

Authenticator Supports Duration Passport
"App\Security\OAuth2BearerAuthenticator"
42.77 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#724
  #user: App\Entity\User {#1119 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#714
      -userIdentifier: "test@test.cz"
      -userLoader: Closure(string $id): UserInterface {#1009 …}
      -user: App\Entity\User {#1119 …}
    }
  ]
  -attributes: []
}

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
"App\Security\SectionVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#59
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#102 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#108 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#103 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#99 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#100 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#101 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#98 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: []
  #pathInfo: "/api/books"
  #requestUri: "/api/books"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "json"
  #session: Symfony\Component\HttpFoundation\Session\Session {#540 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details