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

Security

Token

admin@cozy.com Username
Authenticated
Property Value
Roles
[
  "ROLE_MEMBER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#732
  -user: App\Entity\Account {#653 …}
  -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 {#82
  -map: Symfony\Component\Security\Http\AccessMap {#80 …}
  -logger: Monolog\Logger {#118 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#53
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#52 …}
}
366.75 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#754
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#164 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#55 …}
  -map: Symfony\Component\Security\Http\AccessMap {#80 …}
}
0.44 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\TokenAuthenticator"
322.76 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#652
  #user: App\Entity\Account {#653 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#659
      -userIdentifier: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3ODEwMzk1MTEsImV4cCI6MTc4MjMzNTUxMSwicm9sZXMiOlsiUk9MRV9NRU1CRVIiXSwidXNlcm5hbWUiOiJhZG1pbkBjb3p5LmNvbSJ9.IjwwUInYA7PTktQHYmzMb3zTjvPPANcEVXmXFeTjNjpcdfHOi-pJxledq_Kx_In5oARBatIkahCfL2eixzigYhmzPhk_qtOWsC7LnjuLC1_VLAdg8BHPkRYrWnM_d7czRyaRA7EuQW8iCE588OpemXLXspk-gHTnmsoyaOVlapYrM7fu-u3gX3TQj17nXmBKuCmzUdLCQZxeuB4iQAClG5chS6VWCMXkGmhZJ-RhhpN-QgR7FwzKrP_UF4LQ_WOhusomfFnqNex84qw9WuZZYljIwSOT0UhG9-_-Ac16O5HXTTkZxzrazmzGJixPEP0Xrve-U3GOwQbkN1OrTA2Dmg"
      -userLoader: Closure($userIdentifier) {#657 …}
      -user: App\Entity\Account {#653 …}
      -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":"GetBillingById","variables":{"id":1},"extensions":{"clientLibrary":{"name":"@apollo/client","version":"4.1.6"}},"query":"query GetBillingById($id: Int!) {\n  billing_by_id(id: $id) {\n    id\n    teamId\n    periodStart\n    periodEnd\n    status\n    invoiceCode\n    totalAmount\n    balanceDue\n    confirmedAt\n    createdAt\n    team {\n      id\n      teamName\n      email\n      __typename\n    }\n    confirmedBy {\n      id\n      fullName\n      __typename\n    }\n    lineItems {\n      id\n      billingId\n      taskId\n      propertyId\n      unitPrice\n      rating\n      createdAt\n      task {\n        __typename\n        ... on CheckInTask {\n          id\n          status\n          todoDate\n          assignee {\n            id\n            fullName\n            __typename\n          }\n          __typename\n        }\n        ... on DepartureCleaningTask {\n          id\n          status\n          todoDate\n          assignee {\n            id\n            fullName\n            __typename\n          }\n          __typename\n        }\n        ... on MaintenanceTask {\n          id\n          status\n          todoDate\n          assignee {\n            id\n            fullName\n            __typename\n          }\n          __typename\n        }\n        ... on OneTimeCleaningTask {\n          id\n          status\n          todoDate\n          assignee {\n            id\n            fullName\n            __typename\n          }\n          __typename\n        }\n      }\n      property {\n        id\n        nickname\n        address\n        __typename\n      }\n      __typename\n    }\n    payments {\n      id\n      billingId\n      amount\n      method\n      paidAt\n      note\n      createdAt\n      paidBy {\n        id\n        fullName\n        __typename\n      }\n      __typename\n    }\n    auditLogs {\n      id\n      action\n      oldValue\n      newValue\n      metadata\n      performedBy {\n        id\n        fullName\n        __typename\n      }\n      createdAt\n      __typename\n    }\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 {#7474 …}
  #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