POST http://dev-cleanfy.cozystay.com/graphql/

Security

Token

593689339@qq.comf Username
Authenticated
Property Value
Roles
[
  "ROLE_MEMBER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#784
  -user: App\Entity\Account {#651 …}
  -roleNames: [
    "ROLE_MEMBER"
  ]
  -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 {#56
  -map: Symfony\Component\Security\Http\AccessMap {#58 …}
  -logger: Monolog\Logger {#92 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#568
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#560 …}
}
380.21 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#806
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#138 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#569 …}
  -map: Symfony\Component\Security\Http\AccessMap {#58 …}
}
0.22 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\TokenAuthenticator"
336.00 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#650
  #user: App\Entity\Account {#651 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#657
      -userIdentifier: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzkzODU2MDgsImV4cCI6MTc4MDY4MTYwOCwicm9sZXMiOlsiUk9MRV9NRU1CRVIiXSwidXNlcm5hbWUiOiI1OTM2ODkzMzlAcXEuY29tZiJ9.s1P_IIe_GEH5hQVcIpwwTccioS-9sVVzS5g1TgqdLCEZUWw-RoDWayrKIMQ3Ygee0nrb-0RofBVSWOBVCPjbqpT9bqNxmup2VYiHh-EIKGcJymgCLqNwyukN1sQxZmoW7Exhzd-Oe6V-aihHNt7HbayYZOkA4W0ZVf7q2clWLzw-_KEaS9UnrO-TobNy1NfJJJ1JljjAwypXjQPwu6seXLWjwT4D3WSEWVoDMt9DHukhKmdNYuLOcdWHUSmG7AnJxbbnwAkPYYw9H4iS3ur3lSc5M_ez317NE26F6VbMggJlCPrR91X8P9hktr5UY8CC5upw9TKw1Npw639-lV7K1A"
      -userLoader: Closure($userIdentifier) {#655 …}
      -user: App\Entity\Account {#651 …}
      -attributes: null
    }
  ]
  -attributes: []
}
UserBadge

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 PUBLIC_ACCESS
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: "{"operationName":"GetTasksV2","variables":{"input":{"scope":"TEAM","filters":{"todoDate":{"operator":"LTE","value":"2026-05-20"}},"sortBy":"TODO_DATE","sortOrder":"DESC","limit":50,"offset":0}},"query":"query GetTasksV2($input: TasksInput!) {\n  tasks(input: $input) {\n    edges {\n      node {\n        __typename\n        ... on TaskInterface {\n          id\n          status\n          priority\n          todoDate\n          dueAt\n          dayInfo {\n            date\n            year\n            month\n            day\n            dayOfWeek\n            __typename\n          }\n          assignee {\n            id\n            email\n            fullName\n            __typename\n          }\n          property {\n            id\n            nickname\n            address\n            numberOfBeds\n            numberOfBathrooms\n            __typename\n          }\n          taskNotes {\n            id\n            content\n            __typename\n          }\n          reservation {\n            id\n            checkInDate\n            checkOutDate\n            customerName\n            guestCount\n            __typename\n          }\n          issues {\n            id\n            __typename\n          }\n          company {\n            id\n            companyName\n            __typename\n          }\n          __typename\n        }\n        ...departureCleaningTaskFields\n        ...checkInTaskFields\n        ...maintenanceTaskFields\n        ...oneTimeCleaningTaskFields\n      }\n      __typename\n    }\n    totalCount\n    __typename\n  }\n}\n\nfragment departureCleaningTaskFields on DepartureCleaningTask {\n  damageCheckCompleted\n  nextReservation {\n    checkInDate\n    __typename\n  }\n  __typename\n}\n\nfragment checkInTaskFields on CheckInTask {\n  id\n  __typename\n}\n\nfragment maintenanceTaskFields on MaintenanceTask {\n  id\n  __typename\n}\n\nfragment oneTimeCleaningTaskFields on OneTimeCleaningTask {\n  id\n  __typename\n}\n"}"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/graphql/"
  #requestUri: "/graphql/"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: "json"
  #session: Symfony\Component\HttpFoundation\Session\Session {#6151 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 GRANTED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details