https://graphql.stage.flowy.sk/

Security Token

There is no security token.

Security Firewall

graphql Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider GraphQL\Security\TokenProvider
context (none)
entry_point GraphQL\Security\TokenAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#604
  -map: Symfony\Component\Security\Http\AccessMap {#567 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#541 …}
  -logger: Symfony\Bridge\Monolog\Logger {#649 …}
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#536
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#255 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#562 …}
  -providerKey: "graphql"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#244 …}
  -logger: Symfony\Bridge\Monolog\Logger {#649 …}
  -rememberMeServices: null
}
132.50 ms
Symfony\Component\HttpFoundation\JsonResponse {#226
  #data: "{"data":null,"errors":[{"message":"Unauthorized","statusCode":401}]}"
  #callback: null
  #encodingOptions: 15
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#245 …}
  #content: "{"data":null,"errors":[{"message":"Unauthorized","statusCode":401}]}"
  #version: "1.1"
  #statusCode: 200
  #statusText: "OK"
  #charset: "UTF-8"
}

Security Voters (3)

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"