https://institutorodolfosouza.com.br/admin/v2/lesson/71491/notes

Security

Token

michael Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#2220
  -providerKey: "main"
  -user: Proxies\__CG__\EADPlataforma\Entity\User {#2134 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.users
context main
entry_point EADPlataforma\Security\TokenAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#54
  -map: Symfony\Component\Security\Http\AccessMap {#53 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#61 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#51
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#498 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#61 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#50 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#590 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#329 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#499 …}
    "enableUsageTracking"
  ]
}
0.18 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#36
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#46 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#40 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#673 …}
  -logger: Symfony\Bridge\Monolog\Logger {#61 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#499 …}
}
317.80 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#2351
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#499 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#608 …}
  -map: Symfony\Component\Security\Http\AccessMap {#53 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#40 …}
  -exceptionOnNoToken: true
}
0.04 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"