https://accounting.woofy.ph/api/subscriber

Security Token

Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#383
  -providerKey: "api"
  -user: App\Entity\ApiAccessToken {#442 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

api Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
entry_point App\Security\APIAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#22
  -map: Symfony\Component\Security\Http\AccessMap {#21 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#40 …}
  -logger: Symfony\Bridge\Monolog\Logger {#14 …}
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#73
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#88 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#47 …}
  -providerKey: "api"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#43 …}
  -logger: Symfony\Bridge\Monolog\Logger {#14 …}
  -rememberMeServices: null
}
42.22 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#99
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#125 …}
  -secret: "6O60XZ0"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#47 …}
  -logger: Symfony\Bridge\Monolog\Logger {#14 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#71
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#126 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#434 …}
  -map: Symfony\Component\Security\Http\AccessMap {#21 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#47 …}
}
0.01 ms (none)

Security Voters (2)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"