http://127.0.0.1:8000/login

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

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#810
  -map: Symfony\Component\Security\Http\AccessMap {#818 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#735 …}
  -logger: Symfony\Bridge\Monolog\Logger {#727 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#710
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#240 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#727 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#709 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#416 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#513 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#236 …}
    "enableUsageTracking"
  ]
}
0.04 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#659
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#734 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#529 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#717 …}
  -logger: Symfony\Bridge\Monolog\Logger {#727 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#726
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#240 …}
  -secret: "HweISiX"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#529 …}
  -logger: Symfony\Bridge\Monolog\Logger {#727 …}
}
1.35 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#760
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#236 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_auth_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#763
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#749}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#762 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#769 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#909
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#236 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#71 …}
  -map: Symfony\Component\Security\Http\AccessMap {#818 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#529 …}
}
0.36 ms (none)

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 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
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: [
    "*/*"
  ]
  #pathInfo: "/login"
  #requestUri: "/login"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#765 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"App\Voter\MoodboardStatusVoter"
ACCESS ABSTAIN
"App\Voter\OwnerVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED ROLE_USER
null
"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