POST https://api.toligi.com/api/auth

Security

Token

me@gtomas.com Username
Authenticated
Property Value
Roles
[
  "COMP_1744625932"
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#553
  -user: App\Entity\User {#557 …}
  -roleNames: [
    "COMP_1744625932"
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
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 {#233
  -map: Symfony\Component\Security\Http\AccessMap {#237 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#90 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#247
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#99 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#90 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#246 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#227 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#161 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#241 …}
}
4.84 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#283
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#286 …}
}
553.59 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse {#591
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#337 …}
  #content: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzU4NTQ4MDIsImV4cCI6MTc3NTg1ODQwMiwicm9sZXMiOlsiQ09NUF8xNzQ0NjI1OTMyIiwiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6Im1lQGd0b21hcy5jb20ifQ.XVB7WCn_M4LnY-yY4BSOG4qHQYkGj1u6IVMRyZVjfVlzLbX5oWo1qOeD_UyS_3MHtKxtqaituRxQdWa43gH7DPD28mA9-xKle69HU1Sl48451pq5PqrfJCQ5CY5_WWOmpe6Fa46-CZasV7T1uU2cUHxhivl1F9uck7KcCR-iPCEMYwgX75PnuOWgcE2H8HDq9a_vevfeawiyPTDJymwBT4yeDnpooTeJUUkdyfEWmuvWKQghGbWfMsDQ8KJty9u-bXMaoK1OM2rzAthM216j4KNwpTlD9AwmmOPOyXfgjhCK4eDId4IAlV4wcVkijW3mdQ8snKxW4apYCuqE0XrHoA"}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzU4NTQ4MDIsImV4cCI6MTc3NTg1ODQwMiwicm9sZXMiOlsiQ09NUF8xNzQ0NjI1OTMyIiwiUk9MRV9BRE1JTiIsIlJPTEVfVVNFUiJdLCJ1c2VybmFtZSI6Im1lQGd0b21hcy5jb20ifQ.XVB7WCn_M4LnY-yY4BSOG4qHQYkGj1u6IVMRyZVjfVlzLbX5oWo1qOeD_UyS_3MHtKxtqaituRxQdWa43gH7DPD28mA9-xKle69HU1Sl48451pq5PqrfJCQ5CY5_WWOmpe6Fa46-CZasV7T1uU2cUHxhivl1F9uck7KcCR-iPCEMYwgX75PnuOWgcE2H8HDq9a_vevfeawiyPTDJymwBT4yeDnpooTeJUUkdyfEWmuvWKQghGbWfMsDQ8KJty9u-bXMaoK1OM2rzAthM216j4KNwpTlD9AwmmOPOyXfgjhCK4eDId4IAlV4wcVkijW3mdQ8snKxW4apYCuqE0XrHoA"}"
  #callback: null
  #encodingOptions: 15
}
Symfony\Component\Security\Http\Firewall\AccessListener {#279
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#97 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#281 …}
  -map: Symfony\Component\Security\Http\AccessMap {#237 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
1.47 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#179
  #user: App\Entity\User {#557 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#305
      -userIdentifier: "me@gtomas.com"
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#313 …}
      -user: App\Entity\User {#557 …}
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#310
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#274
      -enabled: false
      +parameters: [
        "username" => "me@gtomas.com"
        "password" => null
      ]
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#317
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#260 …}
    }
  ]
  -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"