https://mmdb-preview.feature-branch.nl/robots.txt

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.user_provider
context main
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#216
  -map: Symfony\Component\Security\Http\AccessMap {#280 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#291 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#171 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#218
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#12 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#171 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#201 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#85 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#186 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#10 …}
    "enableUsageTracking"
  ]
}
1.52 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#56
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#12 …}
  -secret: "Mcet8u8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#198 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#171 …}
}
1.82 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#212
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#10 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#232 …}
  -map: Symfony\Component\Security\Http\AccessMap {#280 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#198 …}
  -exceptionOnNoToken: true
}
0.15 ms (none)

Security Voters (4)

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"
4
"App\Security\Voter\UserVoter"