https://dev1.dev-pset.com/registration

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\DiscordUserProvider
context main
entry_point App\Security\DiscordAuthenticator
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 {#447
  -map: Symfony\Component\Security\Http\AccessMap {#448 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#437 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#450
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#167 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#437 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#451 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#119 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#221 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#148 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#455
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#458 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#463 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#466 …}
  -logger: Symfony\Bridge\Monolog\Logger {#437 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#470
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#167 …}
  -secret: "UUCz2hx"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#463 …}
  -logger: Symfony\Bridge\Monolog\Logger {#437 …}
}
0.65 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#435
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#148 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#216 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#438 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#475
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#148 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#489 …}
  -map: Symfony\Component\Security\Http\AccessMap {#448 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#463 …}
  -exceptionOnNoToken: true
}
0.08 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

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"