http://checkinapp-services.checkin/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 {#559
  -user: App\Entity\User {#752 …}
  -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 {#507
  -map: Symfony\Component\Security\Http\AccessMap {#513 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#386 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#416
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#410 …}
}
634.40 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#751
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#465 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3Mjc1NDczOTQsImV4cCI6MTcyNzU1MDk5NCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.pOaxOoUpvB3PNK6Dpo8jfJMqW9RDTGhBpRDVJVExAAbgEIPSDtjvC9_rK9xxFsXAmeewNxotOfMlfvImt_-2IFEthi5hQv5_ZumhBDczIWbVbblIRFIcEWtYEO0Z9saUIw7WAk8w6DHh3VbX8xjI5cGmPh7EU280OER4PzqeaTq4wXydcrh6Ushch6RVUMEehJu2C1t1XHC7FhZkCpfuuV486PpqM0wLezt6tHBs1uOG0ic_9OFJ2XYJ63vgQPztHOM4L58XpupR4XuuvFIJgufO9V-DbTy4OfI7Nv1-Y-bJ7tepmeKn8WfQ2a931jPbfOFvbA1mkD8DhYjtuiwR2A"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3Mjc1NDczOTQsImV4cCI6MTcyNzU1MDk5NCwicm9sZXMiOlsiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImNoZWNraW5fYXBpIn0.pOaxOoUpvB3PNK6Dpo8jfJMqW9RDTGhBpRDVJVExAAbgEIPSDtjvC9_rK9xxFsXAmeewNxotOfMlfvImt_-2IFEthi5hQv5_ZumhBDczIWbVbblIRFIcEWtYEO0Z9saUIw7WAk8w6DHh3VbX8xjI5cGmPh7EU280OER4PzqeaTq4wXydcrh6Ushch6RVUMEehJu2C1t1XHC7FhZkCpfuuV486PpqM0wLezt6tHBs1uOG0ic_9OFJ2XYJ63vgQPztHOM4L58XpupR4XuuvFIJgufO9V-DbTy4OfI7Nv1-Y-bJ7tepmeKn8WfQ2a931jPbfOFvbA1mkD8DhYjtuiwR2A"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
1.41 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#452
  #user: App\Entity\User {#752 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#553
      -userIdentifier: "checkin_api"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#558 …}
      -user: App\Entity\User {#752 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#456
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#550
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#414 …}
    }
  ]
  -attributes: []
}

Access Decision

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