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"
681.34 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#526
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#525 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODAzMzgxNzcsImV4cCI6MTc4MDQyNDU3Nywicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImFkbWluIn0.rKkAzZGiH0qKDF8L_XUxgf_NRjzabHH-L7jzBPc3T66QlmU0cO0S09qAhPWIppm75Lul4SokTfNhdLQpgzX1Rj1qxM1lNY--99cqmXdwzkB6P9bTfecRIiWO3JyTfSRo51wlwN1QqpXYdvXrlFNR7WKG4AGdJHib4OQdt-PnzzQ7KljFOLh2zdnJY9B7aToqhE-MnMYQVxHDiseG99qRnJgyxCy1zvXVi-Wy9k5uiKO6z3RjT9W10IkLOdE907C42WRVdmvmypiAv_nrpz15979bz8XWtIkLRVLFyaI7wUnII_6lwzjj5CyywHdNnZC_djcAlueB2ThydMnA6RUWgg"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODAzMzgxNzcsImV4cCI6MTc4MDQyNDU3Nywicm9sZXMiOlsiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6ImFkbWluIn0.rKkAzZGiH0qKDF8L_XUxgf_NRjzabHH-L7jzBPc3T66QlmU0cO0S09qAhPWIppm75Lul4SokTfNhdLQpgzX1Rj1qxM1lNY--99cqmXdwzkB6P9bTfecRIiWO3JyTfSRo51wlwN1QqpXYdvXrlFNR7WKG4AGdJHib4OQdt-PnzzQ7KljFOLh2zdnJY9B7aToqhE-MnMYQVxHDiseG99qRnJgyxCy1zvXVi-Wy9k5uiKO6z3RjT9W10IkLOdE907C42WRVdmvmypiAv_nrpz15979bz8XWtIkLRVLFyaI7wUnII_6lwzjj5CyywHdNnZC_djcAlueB2ThydMnA6RUWgg"}"
  #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.33 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