GET https://delivertastic.com/api/v1/restaurant/orders?limit=100&offset=0

Security

Token

1 Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_RESTAURANT_API"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1640
  -user: App\Entity\Restaurant {#960 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_RESTAURANT_API"
  ]
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\RestaurantApiKeyAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#26
  -map: Symfony\Component\Security\Http\AccessMap {#25 …}
  -logger: Monolog\Logger {#34 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#405
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#386 …}
}
259.03 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#315
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#70 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#316 …}
  -map: Symfony\Component\Security\Http\AccessMap {#25 …}
}
4.30 ms (none)

Authenticators

Status Authenticator
success
"App\Security\RestaurantApiKeyAuthenticator"
Lazy no
Duration 250.34 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#889
  #user: App\Entity\Restaurant {#960 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#884
      -userLoader: Closure() {#1611 …}
      -user: App\Entity\Restaurant {#960 …}
      -identifierNormalizer: null
      -userIdentifier: "1"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#18
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#61 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#59 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#60 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#64 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#63 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#62 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#65 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/v1/restaurant/orders"
  #requestUri: "/api/v1/restaurant/orders?limit=100&offset=0"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#477 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
The user is fully authenticated.
Show voter details