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

Security

Token

tech@cozystay.com Username
Authenticated
Property Value
Roles
[
  "ROLE_MEMBER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#783
  -user: App\Entity\Account {#650 …}
  -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 {#55
  -map: Symfony\Component\Security\Http\AccessMap {#57 …}
  -logger: Monolog\Logger {#91 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#558
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#559 …}
}
331.51 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#805
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#137 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#560 …}
  -map: Symfony\Component\Security\Http\AccessMap {#57 …}
}
0.35 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\TokenAuthenticator"
293.59 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#649
  #user: App\Entity\Account {#650 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#656
      -userIdentifier: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzM5MDc0OTgsImV4cCI6MTc3NTIwMzQ5OCwicm9sZXMiOlsiUk9MRV9NRU1CRVIiXSwidXNlcm5hbWUiOiJ0ZWNoQGNvenlzdGF5LmNvbSJ9.yJndB_1BY3GrcM2KRrJTN_47ecuBDuYmX__fSxfnW4VtqOOPVbeHrBBLohFIYNHEObTinFIWWjeikQnZHnHmgT9oGzn-mQm3FMCu0Bl-FOniaj_bnwDSg65knRl_Xel593DW0nGv1oHJrh9ntBlhN_GWBkZfFh2IE20GEsvDgAxfHdeakFT1n6_oVOh3l9mcGU5a40Uqj-816v5YGJnpZ0nXu_h9IKFHqDuUARlq7TZ5GWblUJaIwaIyLxgb2lRZ27pGQj1RVOv6IYjH2j25JYmZI82xoaDJrkOVE5k1mW0m8RvQJ3omnCfKyvG3rA2GiRlUg0gPzs4mesWoUMKsbQ"
      -userLoader: Closure($userIdentifier) {#654 …}
      -user: App\Entity\Account {#650 …}
      -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":"GetTaskV2","variables":{"taskId":81840},"query":"query GetTaskV2($taskId: Int!) {\n  task_by_id(id: $taskId) {\n    __typename\n    ... on TaskInterface {\n      ...taskFields\n      startedAt\n      completedAt\n      inspectionStatus\n      inspectedAt\n      property {\n        id\n        nickname\n        address\n        needKey\n        numberOfBeds\n        numberOfBathrooms\n        latitude\n        longitude\n        __typename\n      }\n      assignee {\n        ...assigneeFields\n        __typename\n      }\n      completedBy {\n        ...assigneeFields\n        __typename\n      }\n      inspectedBy {\n        ...assigneeFields\n        __typename\n      }\n      reservation {\n        ...reservationSimpleFields\n        platformCode\n        __typename\n      }\n      company {\n        id\n        cleaningRules\n        __typename\n      }\n      taskNotes {\n        id\n        content\n        createdAt\n        createdBy {\n          id\n          fullName\n          __typename\n        }\n        __typename\n      }\n      auditLogs(actions: [BLOCKED]) {\n        id\n        action\n        oldValue\n        newValue\n        createdAt\n        performedBy {\n          id\n          fullName\n          __typename\n        }\n        note {\n          id\n          content\n          createdAt\n          photos {\n            id\n            signedUrl\n            fileName\n            category\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      checklistItems {\n        id\n        title\n        description\n        isCompleted\n        isRequired\n        requiresPhoto\n        sortOrder\n        key\n        photos {\n          id\n          signedUrl\n          fileName\n          category\n          __typename\n        }\n        __typename\n      }\n      photos {\n        id\n        signedUrl\n        fileName\n        category\n        __typename\n      }\n      issues {\n        id\n        code\n        description\n        status\n        photos {\n          id\n          signedUrl\n          fileName\n          category\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    ...departureCleaningTaskFields\n    ...checkInTaskFields\n  }\n}\n\nfragment taskFields on TaskInterface {\n  id\n  status\n  todoDate\n  priority\n  taskNotes {\n    id\n    content\n    __typename\n  }\n  __typename\n}\n\nfragment assigneeFields on Account {\n  id\n  fullName\n  __typename\n}\n\nfragment reservationSimpleFields on Reservation {\n  id\n  checkInDate\n  checkOutDate\n  customerName\n  guestCount\n  isPaid\n  lastMinuteBooking\n  visualStart\n  visualEnd\n  statusCode\n  platformOrderId\n  __typename\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"}"
  #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 {#7874 …}
  #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