GET https://clevernursery.com/app/dashboard/chart_seven?q=%2Fapp%2Fdashboard%2Fchart_seven

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_OWNER"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#666
  -user: App\Entity\User {#1034 …}
  -roleNames: [
    "ROLE_OWNER"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#644
  -map: Symfony\Component\Security\Http\AccessMap {#643 …}
  -logger: Symfony\Bridge\Monolog\Logger {#673 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#703
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#479 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#673 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#710 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#663 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#452 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#702 …}
}
35.97 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#713
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#711 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#715
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#53 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#669 …}
  -userChecker: App\Security\UserChecker {#716 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#444 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_SUPER_ADMIN"
  -logger: Symfony\Bridge\Monolog\Logger {#673 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#258 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#123 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#718
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#53 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#444 …}
  -map: Symfony\Component\Security\Http\AccessMap {#643 …}
}
0.20 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#664
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#53 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#679 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#663 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

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"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_FULLY
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/app/dashboard/chart_seven"
  #requestUri: "/app/dashboard/chart_seven"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#624 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 DENIED ROLE_SUPER_ADMIN
App\Entity\User {#1034 …}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
Show voter details