POST https://dayoff.pinkart-ltd.com/api/leave/employee/

Security

Token

christophe.lucette@pinkart-ltd.com Username
Authenticated
Property Value
Roles
[
  "ROLE_MANAGER"
]
Inherited Roles
[
  "ROLE_TEAM_MANAGER"
  "ROLE_EMPLOYEE"
  "ROLE_USER"
]
Token
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#734
  -user: App\Entity\Employee\Employee {#718 …}
  -roleNames: [
    "ROLE_MANAGER"
  ]
  -attributes: []
  -firewallName: "api"
  -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODExNTUwNzUsImV4cCI6MTc4MTE1ODY3NSwicm9sZXMiOlsiUk9MRV9NQU5BR0VSIl0sInVzZXJuYW1lIjoiY2hyaXN0b3BoZSJ9.hJjmgkusfChAt3rcmCHT9GYGGOKd2bQZ1cfSCHBHcq-GAHNPixXwabIJgguKxn4wp31p2r-90JXG2j5g9QCRejL0jjXyVned78cFi7bZKUffwWarWSoAlalKUBU2em9IMVMo9xwlVw1llKyqqHOoJK1wNFMzHRT5ZqoXDKyI19Qh7rlfIjJ7QRYW1iycTWEvThvnkOQ4wpbbgkpQYHoEp2Y7AjPLsGxW50ZKjT373CGDY3koZsTl9HoDxLzLKnE17IDkZK1QEZhP-_HlDoZL73XrJZpek6f09npXieimSB0c67CswwO7h0LooFtaWe_26RRlsP3xvqAHZjLmg0oTQw"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.employee_users
context (none)
entry_point security.authenticator.jwt.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
  "refresh_jwt"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#367
  -map: Symfony\Component\Security\Http\AccessMap {#368 …}
  -logger: Monolog\Logger {#276 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#618
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#615 …}
}
55.99 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#281
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#90 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_token_invalidate"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#349 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#341 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#802
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#90 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#617 …}
  -map: Symfony\Component\Security\Http\AccessMap {#368 …}
}
5.20 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.00 ms (none) (none)
"Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
0.00 ms (none) (none)
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
3.30 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#601
  #user: App\Entity\Employee\Employee {#718 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#602
      -userIdentifier: "christophe"
      -userLoader: Closure($userIdentifier) {#600 …}
      -user: App\Entity\Employee\Employee {#718 …}
      -attributes: null
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1781155075
      "exp" => 1781158675
      "roles" => [
        "ROLE_MANAGER"
      ]
      "username" => "christophe"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODExNTUwNzUsImV4cCI6MTc4MTE1ODY3NSwicm9sZXMiOlsiUk9MRV9NQU5BR0VSIl0sInVzZXJuYW1lIjoiY2hyaXN0b3BoZSJ9.hJjmgkusfChAt3rcmCHT9GYGGOKd2bQZ1cfSCHBHcq-GAHNPixXwabIJgguKxn4wp31p2r-90JXG2j5g9QCRejL0jjXyVned78cFi7bZKUffwWarWSoAlalKUBU2em9IMVMo9xwlVw1llKyqqHOoJK1wNFMzHRT5ZqoXDKyI19Qh7rlfIjJ7QRYW1iycTWEvThvnkOQ4wpbbgkpQYHoEp2Y7AjPLsGxW50ZKjT373CGDY3koZsTl9HoDxLzLKnE17IDkZK1QEZhP-_HlDoZL73XrJZpek6f09npXieimSB0c67CswwO7h0LooFtaWe_26RRlsP3xvqAHZjLmg0oTQw"
  ]
}
UserBadge

Access Decision

unanimous Strategy
# Voter class
1
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
2
"Symfony\Component\Security\Acl\Voter\AclVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
5
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#16
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#60 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#58 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#59 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#63 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#62 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#61 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#64 …}
  #content: "{"employee":67,"startDate":"2026-06-11","endDate":"2026-06-11","reason":"sick","isHalfDay":false}"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/leave/employee/"
  #requestUri: "/api/leave/employee/"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#6050 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
attribute IS_AUTHENTICATED_FULLY ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
attribute IS_AUTHENTICATED_FULLY ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute IS_AUTHENTICATED_FULLY ACCESS GRANTED
Show voter details
2 GRANTED ROLE_TEAM_MANAGER
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
attribute ROLE_TEAM_MANAGER ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
attribute ROLE_TEAM_MANAGER ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_TEAM_MANAGER ACCESS GRANTED
Show voter details