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

Security

Token

joan.correct@pinkart-ltd.com Username
Authenticated
Property Value
Roles
[
  "ROLE_EMPLOYEE"
]
Inherited Roles
[
  "ROLE_USER"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#717
  -user: App\Entity\Employee\Employee {#720 …}
  -roleNames: [
    "ROLE_EMPLOYEE"
  ]
  -attributes: []
  -firewallName: "api"
}

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 {#286
  -map: Symfony\Component\Security\Http\AccessMap {#363 …}
  -logger: Monolog\Logger {#394 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#618
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#615 …}
}
686.56 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#724
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#851 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3Njc3NzExODUsImV4cCI6MTc2Nzc3NDc4NSwicm9sZXMiOlsiUk9MRV9FTVBMT1lFRSJdLCJ1c2VybmFtZSI6ImpvYW4ifQ.qKH4E44UZWVAzmHHhzgJPvWF57qya-bDo5hfXXeLxZTOM-OOD239xhg8QZdPCrMgSk3w3TQAAktOXsj0TgQyKksl_IKxx6hA2TwKp3XvCgZO9Z_KkoQoPlwDjNcxWqXRZS1Ohn_XsOZ-8IE79To6YXhpL9arhp0e-hbDCYRULiX_p01dt3g0juQT1FPm6-a1ErpjjdMs_svHUsQsgkUaDCnvOW7TMWzrQ9-VZ2tlOINrZPJTlD4kfLxbBoRFlU3mp8pMJ8Ar7ZxE5peyu95R_VPGNy6cmoSFMWUSlvvB7b4eezgJUcK5t5684GgKLOyrJ0w6i0NM4oZeI1TfU0l0-A","email":"joan.correct@pinkart-ltd.com","roles":["ROLE_EMPLOYEE","ROLE_USER"],"username":"joan","firstname":"Joan","lastname":"","status":true,"slug":"joan"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3Njc3NzExODUsImV4cCI6MTc2Nzc3NDc4NSwicm9sZXMiOlsiUk9MRV9FTVBMT1lFRSJdLCJ1c2VybmFtZSI6ImpvYW4ifQ.qKH4E44UZWVAzmHHhzgJPvWF57qya-bDo5hfXXeLxZTOM-OOD239xhg8QZdPCrMgSk3w3TQAAktOXsj0TgQyKksl_IKxx6hA2TwKp3XvCgZO9Z_KkoQoPlwDjNcxWqXRZS1Ohn_XsOZ-8IE79To6YXhpL9arhp0e-hbDCYRULiX_p01dt3g0juQT1FPm6-a1ErpjjdMs_svHUsQsgkUaDCnvOW7TMWzrQ9-VZ2tlOINrZPJTlD4kfLxbBoRFlU3mp8pMJ8Ar7ZxE5peyu95R_VPGNy6cmoSFMWUSlvvB7b4eezgJUcK5t5684GgKLOyrJ0w6i0NM4oZeI1TfU0l0-A","email":"joan.correct@pinkart-ltd.com","roles":["ROLE_EMPLOYEE","ROLE_USER"],"username":"joan","firstname":"Joan","lastname":"","status":true,"slug":"joan"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.00 ms (none) (none)
"Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
1.04 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#636
  #user: App\Entity\Employee\Employee {#720 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#602
      -userIdentifier: "joan.correct@pinkart-ltd.com"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#600 …}
      -user: App\Entity\Employee\Employee {#720 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#606
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#632
      -enabled: false
      +parameters: [
        "username" => "joan.correct@pinkart-ltd.com"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#596
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#257 …}
    }
  ]
  -attributes: []
}
UserBadge PasswordCredentials RememberMeBadge PasswordUpgradeBadge

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"