Error 401 Unauthorized

GET https://cp.movchansalliance.com/api/me

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 security.authenticator.jwt.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "jwt"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
5.71 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationFailureResponse {#598
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#642 …}
  #content: "{"code":401,"message":"Expired JWT Token"}"
  #version: "1.0"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #data: "{"code":401,"message":"Expired JWT Token"}"
  #callback: null
  #encodingOptions: 15
  -message: "Expired JWT Token"
}
"Symfony\Component\Security\Http\Firewall\AccessListener"
(none) (none)

Authenticators

Status Authenticator
failure
"Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
Lazy no
Duration 2.47 ms
Badges
Exception
Lexik\Bundle\JWTAuthenticationBundle\Exception\ExpiredTokenException {#498
  #message: ""
  #code: 0
  #file: "/home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php"
  #line: 91
  -token: null
  trace: {
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php:91 {
      Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator->authenticate(Request $request): Passport …
      › if (JWTDecodeFailureException::EXPIRED_TOKEN === $e->getReason()) {    throw new ExpiredTokenException();}
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › try {    $this->passport = $this->authenticator->authenticate($request);} finally {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:172 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:154 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:136 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:52 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:88 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      › $listener->authenticate($event);}
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/security-http/Firewall.php:86 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/public/index.php:7 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/movchansalliance-cp/htdocs/cp.movchansalliance.com/public/control_panel/vendor/autoload_runtime.php"
      }
    }
  }
}

Access Decision