GET https://simplexsms.com/es/messages?path=en%2Fmessages

Security

Token

contato Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#295
  -user: App\Entity\UserEntity {#545 …}
  -roleNames: [
    "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 App\Security\LoginAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\LoginAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#254
  -map: Symfony\Component\Security\Http\AccessMap {#255 …}
  -logger: Symfony\Bridge\Monolog\Logger {#230 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#266
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#162 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#230 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#265 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#206 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#221 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#260 …}
}
88.18 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#259
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#261 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#270
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#161 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#268 …}
  -map: Symfony\Component\Security\Http\AccessMap {#255 …}
}
0.76 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#203
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#161 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#167 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#206 …}
}
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 ROLE_USER
Symfony\Component\HttpFoundation\Request {#14
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#56 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#41 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#42 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#59 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#58 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#57 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#60 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/es/messages"
  #requestUri: "/es/messages?path=en%2Fmessages"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#278 …}
  #locale: "es"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details