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 …}
}
590.04 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#834
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#824 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTk1ODIxMTUsImV4cCI6MTc1OTU4NTcxNSwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.EKax1dIulRb9z4O6L4gDyfZtqykl48G93z9deweHI_3hDzgEb09z_FHWXMj2YMSDt_h-WC8kUw89PBxILNRdiwn2cdTbBvKx5jBHJ3gUSrwevzFf2_GjqUJzfCduC_6lpqz20K-Es6KAhHuqujwIFRShPQoKaHvUrOsVqa-gyXCntdby5_xJMShOAy0CzXSJBussom82AbHM2F0_MUEfdXibastmyqa5aOJXRhmgii2mxIYZmF27V9LynK0IrVPuN-nqWUkWaecg2z_HNZBwytqw_3L2ESG4mFSJ7Bkxcdd7KOqejOzNOaTkzgWiZ5EOpPYB2dcloKTkDf_Mj2sqNg"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTk1ODIxMTUsImV4cCI6MTc1OTU4NTcxNSwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.EKax1dIulRb9z4O6L4gDyfZtqykl48G93z9deweHI_3hDzgEb09z_FHWXMj2YMSDt_h-WC8kUw89PBxILNRdiwn2cdTbBvKx5jBHJ3gUSrwevzFf2_GjqUJzfCduC_6lpqz20K-Es6KAhHuqujwIFRShPQoKaHvUrOsVqa-gyXCntdby5_xJMShOAy0CzXSJBussom82AbHM2F0_MUEfdXibastmyqa5aOJXRhmgii2mxIYZmF27V9LynK0IrVPuN-nqWUkWaecg2z_HNZBwytqw_3L2ESG4mFSJ7Bkxcdd7KOqejOzNOaTkzgWiZ5EOpPYB2dcloKTkDf_Mj2sqNg"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.23 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"