http://127.0.0.1:8000/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider fos_user.user_provider.username
context main
entry_point App\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

No security listeners have been recorded. Check that debugging is enabled in the kernel.

Security Voters (5)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Voter\MoodboardStatusVoter"
5
"App\Voter\OwnerVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
Symfony\Component\HttpFoundation\Request {#53
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#97 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#103 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#98 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#94 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#95 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#96 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#93 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "application/xml"
    "*/*"
  ]
  #pathInfo: "/"
  #requestUri: "/"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#765 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"App\Voter\MoodboardStatusVoter"
ACCESS ABSTAIN
"App\Voter\OwnerVoter"
ACCESS ABSTAIN
Show voter details