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

Security

Token

joan.correct@pinkart-ltd.com Username
Authenticated
Property Value
Roles
[
  "ROLE_EMPLOYEE"
]
Inherited Roles
[
  "ROLE_USER"
]
Token
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#734
  -user: App\Entity\Employee\Employee {#718 …}
  -roleNames: [
    "ROLE_EMPLOYEE"
  ]
  -attributes: []
  -firewallName: "api"
  -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzgwNjE3NDUsImV4cCI6MTc3ODA2NTM0NSwicm9sZXMiOlsiUk9MRV9FTVBMT1lFRSJdLCJ1c2VybmFtZSI6ImpvYW4ifQ.NuCtbbcCqrXvz9Wo1uz4iClVBgGhngf8CzmmVIlhFcmkYbgFEikC2hw6VguRXVvS1tnbju1D-Cb7ahfiN9Z2-zDEauqe2MQcNakJZ_bnJdUdDfqCRhEucg2dbQpV_3vt2ocJ23RqBfFbdsp1mnwzoqvrdHMqFbBQbwZ0Y5vqxAbWY0jvbXm73V6A4y0FJnQF4ncQ2eHdWGS3ifxwDG4FMwPvAORv0yhkmVHaZXx91zkXoEjM9pshzyZ6C4KVAdUtoj-uBza21hJA42ll8QKKJecu0fZ7TTrmTV4NYwmhUGJ70C0_23Gk6JNOZ7qSMpQ8D70da70LhI88EW04Jxq7eA"
}

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 {#362
  -map: Symfony\Component\Security\Http\AccessMap {#368 …}
  -logger: Monolog\Logger {#266 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#618
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#615 …}
}
50.38 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#253
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_token_invalidate"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#342 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#343 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#802
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#87 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#617 …}
  -map: Symfony\Component\Security\Http\AccessMap {#368 …}
}
5.17 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.01 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: "joan"
      -userLoader: Closure($userIdentifier) {#600 …}
      -user: App\Entity\Employee\Employee {#718 …}
      -attributes: null
    }
  ]
  -attributes: [
    "payload" => [
      "iat" => 1778061745
      "exp" => 1778065345
      "roles" => [
        "ROLE_EMPLOYEE"
      ]
      "username" => "joan"
    ]
    "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzgwNjE3NDUsImV4cCI6MTc3ODA2NTM0NSwicm9sZXMiOlsiUk9MRV9FTVBMT1lFRSJdLCJ1c2VybmFtZSI6ImpvYW4ifQ.NuCtbbcCqrXvz9Wo1uz4iClVBgGhngf8CzmmVIlhFcmkYbgFEikC2hw6VguRXVvS1tnbju1D-Cb7ahfiN9Z2-zDEauqe2MQcNakJZ_bnJdUdDfqCRhEucg2dbQpV_3vt2ocJ23RqBfFbdsp1mnwzoqvrdHMqFbBQbwZ0Y5vqxAbWY0jvbXm73V6A4y0FJnQF4ncQ2eHdWGS3ifxwDG4FMwPvAORv0yhkmVHaZXx91zkXoEjM9pshzyZ6C4KVAdUtoj-uBza21hJA42ll8QKKJecu0fZ7TTrmTV4NYwmhUGJ70C0_23Gk6JNOZ7qSMpQ8D70da70LhI88EW04Jxq7eA"
  ]
}
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: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/leave/"
  #requestUri: "/api/leave/"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#3789 …}
  #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