GET http://myrecipia_api/recipes?itemsPerPage=24&locale=en&order%5BupdatedAt%5D=desc&page=1

Security

Token

yum Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
  "ROLE_SYSTEM"
]
Inherited Roles
[
  "ROLE_GUEST"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#1744
  -user: Symfony\Component\Security\Core\User\InMemoryUser {#2811 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
    "ROLE_SYSTEM"
  ]
  -attributes: []
  -firewallName: "docs"
}

Firewall

docs Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.users_in_memory
context docs
entry_point security.authenticator.http_basic.docs
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "http_basic"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\ContextListener"
0.01 ms (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
583.53 ms (none)
"Symfony\Component\Security\Http\Firewall\AccessListener"
0.31 ms (none)

Authenticators

Status Authenticator
success
"Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator"
Lazy no
Duration 0.03 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#1556
  #user: Symfony\Component\Security\Core\User\InMemoryUser {#2811 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#3503
      -userLoader: Symfony\Component\Security\Core\User\InMemoryUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#3467 …}
      -user: Symfony\Component\Security\Core\User\InMemoryUser {#2811 …}
      -identifierNormalizer: null
      -userIdentifier: "yum"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#2657
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#3582
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials PasswordUpgradeBadge

Access Decision

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

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_USER"
  "IS_AUTHENTICATED_FULLY"
]
Symfony\Component\HttpFoundation\Request {#1756
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#1358 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#3624 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#1755 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#1328 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#4349 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#1414 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#2644 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "application/ld+json"
  ]
  #pathInfo: "/recipes"
  #requestUri: "/recipes?order%5BupdatedAt%5D=desc&page=1&itemsPerPage=24&locale=en"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "jsonld"
  #session: null
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x00\x00172.18.0.21\x00" => []
    "4\x00\x00\x00" => []
    "8\x00\x00\x00" => []
    "16\x00\x00\x00" => []
    "32\x00\x00\x00" => []
  ]
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
The user is fully authenticated.
Show voter details
2 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_USER.
Show voter details
3 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_USER.
Show voter details