POST https://v1.acdn.by/api/user/auth

Security

Token

ag@email.com Username
Authenticated
Property Value
Roles
[
  "ROLE_API_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#696
  -user: App\Entity\User {#682 …}
  -roleNames: [
    "ROLE_API_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 {#487
  -map: Symfony\Component\Security\Http\AccessMap {#486 …}
  -logger: Monolog\Logger {#496 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#537
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#538 …}
}
708.39 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#726
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#704 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NjQ5OTU2NDcsImV4cCI6MTc2NzU4NzY0Nywicm9sZXMiOlsiUk9MRV9BUElfVVNFUiJdLCJ1c2VybmFtZSI6ImFnQGVtYWlsLmNvbSJ9.wOdpEy0fAS_Ws87DyJoclMI9IZr-lfv2EgYIMcOro78AGHA1ApxQMMRK7v7FyQObxIJ1dMeesMWCAuTvECCgqqByMXQMbsSSrBmBc5IQ7nW0r3iGY6wJF52OYL7ycARFSxNkaOkH5WqDoTj9GGU2t-wmNtvfyc4kfP69YgecN2x1TQkTPbwo8KPWhdb86unvPL8gOnb4VWt8Hq93SrCIT563MXvM6MajDCS7wLOiryN6NN1II6rffkUcFfCyzvQYpHycbO7nHGkHvxnfCVGr713S4R0GKfBCcq-Jio0QbJXNuPnw1HpJv4dqiLWwIMi-9CHhFD4xtX8elTqVuiPOoA"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NjQ5OTU2NDcsImV4cCI6MTc2NzU4NzY0Nywicm9sZXMiOlsiUk9MRV9BUElfVVNFUiJdLCJ1c2VybmFtZSI6ImFnQGVtYWlsLmNvbSJ9.wOdpEy0fAS_Ws87DyJoclMI9IZr-lfv2EgYIMcOro78AGHA1ApxQMMRK7v7FyQObxIJ1dMeesMWCAuTvECCgqqByMXQMbsSSrBmBc5IQ7nW0r3iGY6wJF52OYL7ycARFSxNkaOkH5WqDoTj9GGU2t-wmNtvfyc4kfP69YgecN2x1TQkTPbwo8KPWhdb86unvPL8gOnb4VWt8Hq93SrCIT563MXvM6MajDCS7wLOiryN6NN1II6rffkUcFfCyzvQYpHycbO7nHGkHvxnfCVGr713S4R0GKfBCcq-Jio0QbJXNuPnw1HpJv4dqiLWwIMi-9CHhFD4xtX8elTqVuiPOoA"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.39 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#553
  #user: App\Entity\User {#682 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#550
      -userIdentifier: "ag@email.com"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#551 …}
      -user: App\Entity\User {#682 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#554
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#555
      -enabled: false
      +parameters: [
        "username" => "ag@email.com"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#556
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#473 …}
    }
  ]
  -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"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"