POST http://web_plastymat/api/login

Security

Token

aiapp Username
Authenticated
Property Value
Roles
[
  "ROLE_AI_APP"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#749
  -user: App\Entity\User {#734 …}
  -roleNames: [
    "ROLE_AI_APP"
    "ROLE_USER"
  ]
  -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 {#519
  -map: Symfony\Component\Security\Http\AccessMap {#518 …}
  -logger: Monolog\Logger {#494 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#557
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#558 …}
}
442.93 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#758
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#757 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODA3NTUzNDQsImV4cCI6MTc4MDc1ODk0NCwicm9sZXMiOlsiUk9MRV9BSV9BUFAiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJhaWFwcCJ9.o-Widumizvn2txe8Wb5rapurCR4roawZw49Ie9P5HjvrvZ-kG4CjuycY3vGl4QGTZsSdetH1N3QdT4td_L5aLJflBc8gef06iNPV-Nkh0K1qoYn-QXow_YVENPhi_OI9B9hkCoVM2Li5GPXvL17_8i5OI377SKTRm4Om-qHZHwJ-vRJHxRpqgzFSQCw5Ovv5grOY9dldgn4UOljITmFPqtqUNDNnvEp9Q7idpOxFoOebZFcZqiNhSZNqaekD3hxDMqT1ietj3l5r4aPcAvq5Syrq4hZMC3m3NqlAtpkjuWXVj59bzju2B2mzSK-aMa3rFekS8QWyuC1smB-BFjskRg"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODA3NTUzNDQsImV4cCI6MTc4MDc1ODk0NCwicm9sZXMiOlsiUk9MRV9BSV9BUFAiLCJST0xFX1VTRVIiXSwidXNlcm5hbWUiOiJhaWFwcCJ9.o-Widumizvn2txe8Wb5rapurCR4roawZw49Ie9P5HjvrvZ-kG4CjuycY3vGl4QGTZsSdetH1N3QdT4td_L5aLJflBc8gef06iNPV-Nkh0K1qoYn-QXow_YVENPhi_OI9B9hkCoVM2Li5GPXvL17_8i5OI377SKTRm4Om-qHZHwJ-vRJHxRpqgzFSQCw5Ovv5grOY9dldgn4UOljITmFPqtqUNDNnvEp9Q7idpOxFoOebZFcZqiNhSZNqaekD3hxDMqT1ietj3l5r4aPcAvq5Syrq4hZMC3m3NqlAtpkjuWXVj59bzju2B2mzSK-aMa3rFekS8QWyuC1smB-BFjskRg"}"
  #callback: null
  #encodingOptions: 15
}
Symfony\Component\Security\Http\Firewall\AccessListener {#569
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#335 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#337 …}
  -map: Symfony\Component\Security\Http\AccessMap {#518 …}
}
(none) (none)

Authenticators

Status Authenticator
success
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
Lazy no
Duration 2.04 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#572
  #user: App\Entity\User {#734 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#486
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#487 …}
      -user: App\Entity\User {#734 …}
      -userIdentifier: "aiapp"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#573
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#574
      -enabled: false
      +parameters: [
        "username" => "aiapp"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#575
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#536 …}
    }
  ]
  -attributes: []
}
Badges 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"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"