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 {#213
  -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 {#183
  -map: Symfony\Component\Security\Http\AccessMap {#251 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#231 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#172 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#246
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#80 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Component\HttpKernel\Log\Logger {#172 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#239 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#174 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#199 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#81 …}
    "enableUsageTracking"
  ]
}
0.36 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#45
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#80 …}
  -secret: "Mcet8u8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#205 …}
  -logger: Symfony\Component\HttpKernel\Log\Logger {#172 …}
}
0.34 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#211
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#81 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#227 …}
  -map: Symfony\Component\Security\Http\AccessMap {#251 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#205 …}
  -exceptionOnNoToken: true
}
0.07 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"