Error 401 Unauthorized

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

Security

Token

There is no security token.

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 …}
}
249.45 ms
Symfony\Component\HttpFoundation\JsonResponse {#404
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#401 …}
  #content: "{"message":"Incorrect token provided"}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"message":"Incorrect token provided"}"
  #callback: null
  #encodingOptions: 15
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\TokenAuthenticator"
0.00 ms (none) (none)

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"