Security

Token

user1@testing.local Username
Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
]
Inherited Roles
[
  "ROLE_USER"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#190
  -user: Proxies\__CG__\App\Entity\Usuario {#135 …}
  -roleNames: [
    "ROLE_ADMIN"
  ]
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\TokenAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#503
  -map: Symfony\Component\Security\Http\AccessMap {#504 …}
  -logger: Monolog\Logger {#494 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#427
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#439 …}
}
8.63 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#419
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#574 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#425 …}
  -map: Symfony\Component\Security\Http\AccessMap {#504 …}
}
0.11 ms (none)

Authenticators

Status Authenticator
success
"App\Security\TokenAuthenticator"
Lazy no
Duration 0.07 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#500
  #user: Proxies\__CG__\App\Entity\Usuario {#135 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#502
      -userLoader: Closure(string $tokenIdentifier) {#501 …}
      -user: Proxies\__CG__\App\Entity\Usuario {#135 …}
      -userIdentifier: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJlbWFpbCI6InVzZXIxQHRlc3RpbmcubG9jYWwiLCJpYXQiOjE3ODk3NjgwODUsImV4cCI6MTc5MDM3Mjg4NX0.79_ZEnnCzKaIo9hmAN-F1VNhwcvn21s-H9CI14OgMHY"
      -attributes: null
    }
  ]
  -attributes: []
}
Badges UserBadge

Access Decision

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\Security\Voter\AdminFunctionPermissionVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#20 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#21 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/en/data-tracking/cargarDatos"
  #requestUri: "/api/en/data-tracking/cargarDatos?project_id=70&date=2026-09-18"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "json"
  #session: Symfony\Component\HttpFoundation\Session\Session {#3681 …}
  #locale: "en"
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details