http://chatsale.verstaem.com/robots.txt

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#493
  -secret: "WW0xQsI"
  -user: "anon."
  -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\TokenAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext {#165
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#125 …}
  -listeners: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#164 …}
  -exceptionListener: Symfony\Component\Security\Http\Firewall\ExceptionListener {#162 …}
  -logoutListener: null
  -config: Symfony\Bundle\SecurityBundle\Security\FirewallConfig {#237 …}
}
0.36 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"