Security
Token
api_app
Username
Authenticated
| Property | Value |
|---|---|
| Roles |
[
"ROLE_API"
]
|
| Inherited Roles | none |
| Token | Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#643 -user: Symfony\Component\Security\Core\User\InMemoryUser {#653 …} -roleNames: [ "ROLE_API" ] -attributes: [] -firewallName: "api" } |
Firewall
api
Name
Security enabled
Stateless
Configuration
| Key | Value |
|---|---|
| provider | security.user.provider.concrete.api_users |
| context | (none) |
| entry_point | (none) |
| user_checker | security.user_checker |
| access_denied_handler | (none) |
| access_denied_url | (none) |
| authenticators | [
"App\Security\ApiKeyAuthenticator"
] |
Listeners
| Listener | Duration | Response |
|---|---|---|
Symfony\Component\Security\Http\Firewall\ChannelListener {#583 -map: Symfony\Component\Security\Http\AccessMap {#587 …} -logger: Monolog\Logger {#577 …} -httpPort: 80 -httpsPort: 443 } |
(none) | (none) |
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#604 -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#605 …} } |
3.25 ms | (none) |
Symfony\Component\Security\Http\Firewall\AccessListener {#619 -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#300 …} -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#298 …} -map: Symfony\Component\Security\Http\AccessMap {#587 …} } |
0.00 ms | (none) |
Authenticators
| Status | Authenticator | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| success |
"App\Security\ApiKeyAuthenticator"
|