POST https://api.astro-otter.space/auth

Security

Token

anonymous@astro-otter.space Username
Authenticated
Property Value
Roles
[
  "ROLE_API_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#662
  -user: App\Entity\ApiUser {#640 …}
  -roleNames: [
    "ROLE_API_USER"
  ]
  -attributes: []
  -firewallName: "api_login"
}

Firewall

api_login Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.api_users
context api_login
entry_point security.authenticator.refresh_jwt.api_login
user_checker App\Security\ApiUserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "json_login"
  "refresh_jwt"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#566
  -map: Symfony\Component\Security\Http\AccessMap {#567 …}
  -logger: Monolog\Logger {#557 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#588
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#361 …}
  -sessionKey: "_security_api_login"
  -logger: Monolog\Logger {#557 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#589 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#579 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#556 …}
  -sessionTrackerEnabler: null
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#602
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#603 …}
}
751.71 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#680
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#670 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzUxNjE2MjEsImV4cCI6MTc3NTE2NTIyMSwicm9sZXMiOlsiUk9MRV9BUElfVVNFUiJdLCJ1c2VybmFtZSI6ImFub255bW91c0Bhc3Ryby1vdHRlci5zcGFjZSJ9.G5x7TNo08Ny5xVOzkStsdXfhM4lnHz7LhybOnNRLjIAbYdUDYNb8f4hjdeyBVRqevPAgKUk3JZIczm3zwK9jd7tRtcERDGP_nnkcMxl-AlfDX3IsAvFAY2_rMm9wcy6ZBp4FDShlaCcN2d_hyS7ISZS7p44vYuUgGJZJ_DrhvPCKXX2pQ7XDviqlXL6upvjCyW8uIoBsaHEBlKD21N5dE-LC-uyDxADk78HNn9YN8uy6sRuZpsNbB5mKqfQ1ayNJ0CayxjRnrUF8FE5Edz0TdNH0G96aywyiTfNTtDhb13OUkaIDNOJpDaJKtwQWgfBOfvdYlKYzmtf35upGZcjHOA","refresh_token":"dc611ff426cf40f6855c8d3f35a360df4008af5bc7afb0a0861966b82891a505cb4fe46fc9e85640cd04a9903fbe685d2b07d017213208539fa683ca500ab985"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzUxNjE2MjEsImV4cCI6MTc3NTE2NTIyMSwicm9sZXMiOlsiUk9MRV9BUElfVVNFUiJdLCJ1c2VybmFtZSI6ImFub255bW91c0Bhc3Ryby1vdHRlci5zcGFjZSJ9.G5x7TNo08Ny5xVOzkStsdXfhM4lnHz7LhybOnNRLjIAbYdUDYNb8f4hjdeyBVRqevPAgKUk3JZIczm3zwK9jd7tRtcERDGP_nnkcMxl-AlfDX3IsAvFAY2_rMm9wcy6ZBp4FDShlaCcN2d_hyS7ISZS7p44vYuUgGJZJ_DrhvPCKXX2pQ7XDviqlXL6upvjCyW8uIoBsaHEBlKD21N5dE-LC-uyDxADk78HNn9YN8uy6sRuZpsNbB5mKqfQ1ayNJ0CayxjRnrUF8FE5Edz0TdNH0G96aywyiTfNTtDhb13OUkaIDNOJpDaJKtwQWgfBOfvdYlKYzmtf35upGZcjHOA","refresh_token":"dc611ff426cf40f6855c8d3f35a360df4008af5bc7afb0a0861966b82891a505cb4fe46fc9e85640cd04a9903fbe685d2b07d017213208539fa683ca500ab985"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.35 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#610
  #user: App\Entity\ApiUser {#640 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#607
      -userIdentifier: "anonymous@astro-otter.space"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#608 …}
      -user: App\Entity\ApiUser {#640 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#611
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#612
      -enabled: false
      +parameters: [
        "email" => "anonymous@astro-otter.space"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#613
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#549 …}
    }
  ]
  -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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"