POST http://knowhere.mekalab.dev/api/auth

Security

Token

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

Firewall

login Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.all_users
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"
(none) (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
688.56 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#526
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#525 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODAzMzYzNzcsImV4cCI6MTc4MDQyMjc3Nywicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImFkbWluIn0.t689tbmlYr7UT6szUP_mXE-uWGPn5YLWYEXg0RdksezJDOP_3OKN9B8rhDkfGWyr5afhPYrl1DmuDa182Lgm_ox1Fsxj95bp4oFHgE6LjXTiKP4klTnxOv58UJpi2jWMrqnKq3KMMAXEGF7sz9feNpmnZ4-GyzdAScNMb85xn7mx8ENz0aGatwpEDsLQaKk7NqNQ8c_TS8eOfOADjLvPK9B7VI3Db_JlBJiXDgM4P7Fd5x8rO3iu9_HQMGI3nuD9ZUAsDyqzazK2JKsZtUr4dfZDmLOHs9mpjqCowqc-rVmtXm7cLY-W-eOQs6wh2mddV4p7ZwgDLvlerv5WANnJ8A"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODAzMzYzNzcsImV4cCI6MTc4MDQyMjc3Nywicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImFkbWluIn0.t689tbmlYr7UT6szUP_mXE-uWGPn5YLWYEXg0RdksezJDOP_3OKN9B8rhDkfGWyr5afhPYrl1DmuDa182Lgm_ox1Fsxj95bp4oFHgE6LjXTiKP4klTnxOv58UJpi2jWMrqnKq3KMMAXEGF7sz9feNpmnZ4-GyzdAScNMb85xn7mx8ENz0aGatwpEDsLQaKk7NqNQ8c_TS8eOfOADjLvPK9B7VI3Db_JlBJiXDgM4P7Fd5x8rO3iu9_HQMGI3nuD9ZUAsDyqzazK2JKsZtUr4dfZDmLOHs9mpjqCowqc-rVmtXm7cLY-W-eOQs6wh2mddV4p7ZwgDLvlerv5WANnJ8A"}"
  #callback: null
  #encodingOptions: 15
}
"Symfony\Component\Security\Http\Firewall\AccessListener"
(none) (none)

Authenticators

Status Authenticator
success
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
Lazy no
Duration 0.27 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#342
  #user: App\Entity\Knowhere\User {#501 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#239
      -userLoader: Symfony\Component\Security\Core\User\ChainUserProvider::loadUserByIdentifier(string $identifier, array $attributes = []): UserInterface {#240 …}
      -user: App\Entity\Knowhere\User {#501 …}
      -identifierNormalizer: null
      -userIdentifier: "admin"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#343
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#344
      -enabled: false
      +parameters: [
        "username" => "admin"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#345
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Component\Security\Core\User\ChainUserProvider {#294 …}
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials RememberMeBadge PasswordUpgradeBadge

Access Decision