POST http://checkinapp-services.checkin.svc.cluster.local/api/login_check

Security

Token

checkin_api Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#816
  -user: App\Entity\User {#811 …}
  -roleNames: [
    "ROLE_ADMIN"
  ]
  -attributes: []
  -firewallName: "login"
}

Firewall

login 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
[
  "json_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#749
  -map: Symfony\Component\Security\Http\AccessMap {#745 …}
  -logger: Monolog\Logger {#756 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#673
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#684 …}
}
503.61 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#834
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#824 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTk1NjM3MzgsImV4cCI6MTc1OTU2NzMzOCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.VZwUBUhf6b1BoGTSZk683gO-nF7PeSmHdhvf3Z3T6uXS9nClIxTWiwXs6MIfg334GtUYkEFrtlAN1yO3wXGKaCj37WCZriGINPif7yBzmtvV7toUjfbTIrMNG1xqD8ECShfZ43vrEj9v7yxfiCl0ZD2P03KlOq-2agJaO9dp1r8e6VV98riceGoyov-AkuiOjAOHv4EEP_tmPSRo9by8sVBcrrCdDyT3dxxL0Gug5J7tEKj9siwb2gphSwI2ldYK9dRyz5ci4jvNLNRfnqnDsaNoi6eGVVn3om2-8_xsb29GG1rYZANFNuAiLQ9PiZ7ftMc1eHoT-Dwyl7VP7ASYtg"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTk1NjM3MzgsImV4cCI6MTc1OTU2NzMzOCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.VZwUBUhf6b1BoGTSZk683gO-nF7PeSmHdhvf3Z3T6uXS9nClIxTWiwXs6MIfg334GtUYkEFrtlAN1yO3wXGKaCj37WCZriGINPif7yBzmtvV7toUjfbTIrMNG1xqD8ECShfZ43vrEj9v7yxfiCl0ZD2P03KlOq-2agJaO9dp1r8e6VV98riceGoyov-AkuiOjAOHv4EEP_tmPSRo9by8sVBcrrCdDyT3dxxL0Gug5J7tEKj9siwb2gphSwI2ldYK9dRyz5ci4jvNLNRfnqnDsaNoi6eGVVn3om2-8_xsb29GG1rYZANFNuAiLQ9PiZ7ftMc1eHoT-Dwyl7VP7ASYtg"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.14 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#670
  #user: App\Entity\User {#811 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#687
      -userIdentifier: "checkin_api"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#686 …}
      -user: App\Entity\User {#811 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#683
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#682
      -enabled: false
      +parameters: [
        "username" => "checkin_api"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#681
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#714 …}
    }
  ]
  -attributes: []
}
UserBadge PasswordCredentials RememberMeBadge PasswordUpgradeBadge

Access Decision

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