Error 401 Unauthorized

POST https://mts-bol-gw-dev.inconstruction.website/api/token/refresh

Security

Token

There is no security token.

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.chain_provider
context api
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 {#339
  -map: Symfony\Component\Security\Http\AccessMap {#284 …}
  -logger: Monolog\Logger {#253 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#323
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#349 …}
  -sessionKey: "_security_api"
  -logger: Monolog\Logger {#253 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#291 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#249 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#254 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#311 …}
}
0.73 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#542
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#540 …}
}
1.73 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationFailureResponse {#551
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#556 …}
  #content: "{"code":401,"message":"Expired JWT Token"}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"code":401,"message":"Expired JWT Token"}"
  #callback: null
  #encodingOptions: 15
  -message: "Expired JWT Token"
}

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.00 ms (none) (none)
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
0.00 ms (none) (none)
"Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
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\RoleHierarchyVoter"