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 {#792
  -user: App\Entity\User {#787 …}
  -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 {#669
  -map: Symfony\Component\Security\Http\AccessMap {#670 …}
  -logger: Monolog\Logger {#646 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#603
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#599 …}
}
844.77 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#810
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#800 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTU2NDYyNjgsImV4cCI6MTc1NTY0OTg2OCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.c6zCBUcOBb643-Mw1vPTswwq2N6dwhL-tn0H7L-5yZMa8NCl20_IGM6Xu8MuFwzA5x8SdVOYfgjQHMda_13VpTGSDFI9XtO_lb9xoZrytb_SHJ6DAA5BdAVBQOYt5jSYXipLPdI_QROfSSK7hpKa7_oEi5CrWdyDndwr_lU6BGRVjCpFF3jSfPgSS6XUd364pG2RB--Q60utJ06onQdneCpWwgEdoDRTvcmJdjfXX1-OLK7ysrFJr_OMrk51Vh3bm-wvEUTcdDAsUnt3LbcMM1vug8QaPdOI1pp1SaBpA1I3WOlQsjLg9ojZTxxIp-VHo3rY_q8txybwXtEqBO64mQ"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTU2NDYyNjgsImV4cCI6MTc1NTY0OTg2OCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.c6zCBUcOBb643-Mw1vPTswwq2N6dwhL-tn0H7L-5yZMa8NCl20_IGM6Xu8MuFwzA5x8SdVOYfgjQHMda_13VpTGSDFI9XtO_lb9xoZrytb_SHJ6DAA5BdAVBQOYt5jSYXipLPdI_QROfSSK7hpKa7_oEi5CrWdyDndwr_lU6BGRVjCpFF3jSfPgSS6XUd364pG2RB--Q60utJ06onQdneCpWwgEdoDRTvcmJdjfXX1-OLK7ysrFJr_OMrk51Vh3bm-wvEUTcdDAsUnt3LbcMM1vug8QaPdOI1pp1SaBpA1I3WOlQsjLg9ojZTxxIp-VHo3rY_q8txybwXtEqBO64mQ"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.16 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#590
  #user: App\Entity\User {#787 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#593
      -userIdentifier: "checkin_api"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#592 …}
      -user: App\Entity\User {#787 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#589
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#588
      -enabled: false
      +parameters: [
        "username" => "checkin_api"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#587
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#626 …}
    }
  ]
  -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"