https://service-africa.com/registration

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#26
  -secret: "3VImFd1"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#410
  -map: Symfony\Component\Security\Http\AccessMap {#411 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#412 …}
  -logger: Symfony\Bridge\Monolog\Logger {#54 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#429
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#142 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#54 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#431 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#247 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#77 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#68 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#143 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#416
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#415 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#418 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#428 …}
  -logger: Symfony\Bridge\Monolog\Logger {#54 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#68 …}
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#394
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#142 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#68 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#418 …}
  -logger: Symfony\Bridge\Monolog\Logger {#54 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#247 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#414 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#392
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#142 …}
  -secret: "3VImFd1"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#418 …}
  -logger: Symfony\Bridge\Monolog\Logger {#54 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#376
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#143 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#377 …}
  -map: Symfony\Component\Security\Http\AccessMap {#411 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#418 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#114
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#143 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#112
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#85}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#68 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#113 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#115 …}
  -csrfTokenManager: null
}
0.00 ms (none)

Security Voters (3)

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"