Error 401 Unauthorized

POST https://dayoff.pinkart-ltd.com/api/token/refresh

Security

Token

There is no security token.

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.employee_users
context (none)
entry_point security.authenticator.jwt.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
  "json_login"
  "refresh_jwt"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#286
  -map: Symfony\Component\Security\Http\AccessMap {#363 …}
  -logger: Monolog\Logger {#394 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#618
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#615 …}
}
3.47 ms
Gesdinet\JWTRefreshTokenBundle\Http\RefreshAuthenticationFailureResponse {#603
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#540 …}
  #content: "{"code":401,"message":"Missing JWT Refresh Token"}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"code":401,"message":"Missing JWT Refresh Token"}"
  #callback: null
  #encodingOptions: 15
  -message: "Missing JWT Refresh Token"
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.00 ms (none) (none)
"Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
0.00 ms (none) (none)

Access Decision

unanimous Strategy
# Voter class
1
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
2
"Symfony\Component\Security\Acl\Voter\AclVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
5
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"