POST https://api-dev.curritos.es/login-admin

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"b8e42e22129a.iyGwptb8Fpvplu2t6gA-gNdKsu1agiRjQWdiv29bKzY.73aH66S_ZujZz6DXmEYOx7UC9Kk103sED1Mw8yA-QWDoSYCUoLFd_LbFoA"
_password
"******"
_username
"rashev.petyo@gmail.com"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.backoffice"
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_backoffice"
_stopwatch_token
"3f6099"
_vary_by_language
true

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es-ES,es;q=0.9,en-US;q=0.8,en;q=0.7"
authorization
""
cache-control
"max-age=0"
connection
"keep-alive"
content-length
"188"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=q5khvtsbgqbcb2sr0jjotd43j5"
host
"api-dev.curritos.es"
origin
"https://api-dev.curritos.es"
referer
"https://api-dev.curritos.es/login-admin"
sec-ch-ua
""Not:A-Brand";v="99", "Android WebView";v="145", "Chromium";v="145""
sec-ch-ua-mobile
"?1"
sec-ch-ua-platform
""Android""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 15; 23021RAA2Y Build/AQ3A.240829.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/145.0.7632.49 Mobile Safari/537.36 Instagram 416.0.0.47.66 Android (35/15; 440dpi; 1080x2400; Xiaomi/Redmi; 23021RAA2Y; topaz; qcom; es_ES; 879745420; IABMV/1)"
x-php-ob-level
"1"
x-requested-with
"com.instagram.android"

Request Content

Raw

_csrf_token=b8e42e22129a.iyGwptb8Fpvplu2t6gA-gNdKsu1agiRjQWdiv29bKzY.73aH66S_ZujZz6DXmEYOx7UC9Kk103sED1Mw8yA-QWDoSYCUoLFd_LbFoA&_username=rashev.petyo%40gmail.com&_password=******

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Wed, 18 Feb 2026 04:42:45 GMT"
location
"https://api-dev.curritos.es/login-admin"
vary
"Accept-Language"
x-debug-token
"26616b"

Cookies

Request Cookies

Key Value
PHPSESSID
"q5khvtsbgqbcb2sr0jjotd43j5"

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Wed, 18 Feb 26 04:42:10 +0000"
Last used
"Wed, 18 Feb 26 04:42:10 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"dW7MrCps0YMzrF0GbHFDoQ_gN4RLOejVch02vMKg_SM"
_security.backoffice.target_path
"https://api-dev.curritos.es/admin"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#342
  #message: "Bad credentials."
  #code: 0
  #file: "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
  #line: 256
  -previous: Symfony\Component\Security\Core\Exception\UserNotFoundException {#65 …}
  -token: null
  trace: {
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:256 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, AuthenticatorInterface $authenticator, ?Passport $passport): Response …
      › if ($this->hideUserNotFoundExceptions && ($authenticationException instanceof UserNotFoundException || ($authenticationException instanceof AccountStatusException && !$authenticationException instanceof CustomUserMessageAccountStatusException))) {    $authenticationException = new BadCredentialsException('Bad credentials.', 0, $authenticationException);}
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:212 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // oh no! Authentication failed!$response = $this->handleAuthenticationFailure($e, $request, $authenticator, $passport);if ($response instanceof Response) {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:77 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      ›     $listener($event);} else {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php:95 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/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 {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/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);}
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/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);}
    /var/www/api-dev.curritos.es/public_html/curritos-backend/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) {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"rashev.petyo@gmail.com"

Session Usage

6 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 172
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator:137
[
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 137
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 83
    "function" => "getCredentials"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 70
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 176
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 76
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 98
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 52
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler:92
[
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php"
    "line" => 92
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 111
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 92
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 259
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 212
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 158
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/api-dev.curritos.es/public_html/curritos-backend/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_HOST
""
APP_SCHEME
""
APP_SECRET
"f7c9a1e5b40236d8a31e95f41a8b5fdf"
BASE_URL
"https://api-dev.curritos.es"
CORS_ALLOW_ORIGIN
"^https?://.*$"
DATABASE_URL
"postgresql://curritos_dev:AVNS_L718OYict_wJmyySVFk@db-postgresql-fra1-32287-do-user-19854112-0.i.db.ondigitalocean.com:25060/curritos_dev?serverVersion=16&charset=utf8"
FIREBASE_PROJECT_ID
"curritos-app"
FIREBASE_SERVICE_ACCOUNT
"config/curritos-fa3af-65731679307e.json"
GCP_CREDENTIALS_FILE
""
GOOGLE_STORAGE_BUCKET
""
JWT_PASSPHRASE
"7b4d83a2f6c0de911e52a1790bb63a94748e5f5a3cecd20b3f72abdc902e1d3f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://resend:re_RgQ1bEK4_148xAFA1VUyYJKsB2wxBJyyR@smtp.resend.com:2587?encryption=tls"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_GOOGLE_CLIENT_ID
"856972770685-juspa8rsndo31kg44hphhfdosa46i2m2.apps.googleusercontent.com"
OAUTH_GOOGLE_CLIENT_SECRET
"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"
PASSWORD_RESET_TOKEN_TTL
"+24 hours"
PUSHER_APP_ID
"1982677"
PUSHER_CLUSTER
"eu"
PUSHER_KEY
"530abccccfb42d22cfad"
PUSHER_SECRET
"ebd34fc01ddae139988a"
STRIPE_CHECKOUT_SESSION_PAYMENT_CANCEL_URL
"https://app-development.curritos.es/payment-fail"
STRIPE_CHECKOUT_SESSION_PAYMENT_SUCCESS_URL
"https://app-development.curritos.es/payment-success"
STRIPE_CHECKOUT_SESSION_SUBSCRIPTION_CANCEL_URL
"https://app-development.curritos.es/app/profile/subscriptions"
STRIPE_CHECKOUT_SESSION_SUBSCRIPTION_SUCCESS_URL
"https://app-development.curritos.es/app/profile/subscriptions"
STRIPE_CONNECTED_ACCOUNT_REFRESH_URL
"https://app-development.curritos.es/app/financial/history"
STRIPE_CONNECTED_ACCOUNT_RETURN_URL
"https://app-development.curritos.es/app/financial/history"
STRIPE_PLATFORM_RECIPIENT_SHARE
"10"
STRIPE_PUBLIC_KEY
"pk_test_51ROjxJCG9jGlUrCwPLQnd7oOjxp2qWDDU6SWHcfQ05mzuYi1IHDni11fZcNdjwmJvcm8KuW1m85dDssIcTNNjiDM004aqJtvIm"
STRIPE_SECRET_KEY
"sk_test_51ROjxJCG9jGlUrCwrndsXvQbhiymbDtjfLSNN0GCBxLhq67vNAMOQ89Q7c0I58MTpOJDYJ4SoVGnhwTM2x1U2dCB00NmWgzdGK"
STRIPE_WEBHOOK_SECRET_KEY
"we_1RQVbSCG9jGlUrCwv9tEzVEP"
UPLOADS_BASE_URL
"https://api-dev.curritos.es"
UPLOADS_FOLDER_NAME
"uploads"
WKHTMLTOIMAGE_PATH
""
WKHTMLTOPDF_PATH
""

Defined as regular env variables

Key Value
CONTENT_LENGTH
"188"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/api-dev.curritos.es/public_html/curritos-backend/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/api-dev.curritos.es/public_html/curritos-backend/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es-ES,es;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_AUTHORIZATION
""
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=q5khvtsbgqbcb2sr0jjotd43j5"
HTTP_HOST
"api-dev.curritos.es"
HTTP_ORIGIN
"https://api-dev.curritos.es"
HTTP_REFERER
"https://api-dev.curritos.es/login-admin"
HTTP_SEC_CH_UA
""Not:A-Brand";v="99", "Android WebView";v="145", "Chromium";v="145""
HTTP_SEC_CH_UA_MOBILE
"?1"
HTTP_SEC_CH_UA_PLATFORM
""Android""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 15; 23021RAA2Y Build/AQ3A.240829.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/145.0.7632.49 Mobile Safari/537.36 Instagram 416.0.0.47.66 Android (35/15; 440dpi; 1080x2400; Xiaomi/Redmi; 23021RAA2Y; topaz; qcom; es_ES; 879745420; IABMV/1)"
HTTP_X_REQUESTED_WITH
"com.instagram.android"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"87.125.120.30"
REMOTE_PORT
"40048"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771389765
REQUEST_TIME_FLOAT
1771389765.1979
REQUEST_URI
"/login-admin"
SCRIPT_FILENAME
"/var/www/api-dev.curritos.es/public_html/curritos-backend/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"134.122.69.194"
SERVER_ADMIN
"admin@curritos.es"
SERVER_NAME
"api-dev.curritos.es"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"api-dev.curritos.es"
SYMFONY_DOTENV_PATH
"/var/www/api-dev.curritos.es/public_html/curritos-backend/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,PASSWORD_RESET_TOKEN_TTL,APP_SCHEME,APP_HOST,UPLOADS_FOLDER_NAME,UPLOADS_BASE_URL,OAUTH_GOOGLE_CLIENT_ID,OAUTH_GOOGLE_CLIENT_SECRET,GCP_CREDENTIALS_FILE,PUSHER_APP_ID,PUSHER_KEY,PUSHER_SECRET,PUSHER_CLUSTER,CORS_ALLOW_ORIGIN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,APP_DEBUG,MAILER_DSN,JWT_PASSPHRASE,BASE_URL,STRIPE_PUBLIC_KEY,STRIPE_SECRET_KEY,STRIPE_WEBHOOK_SECRET_KEY,STRIPE_PLATFORM_RECIPIENT_SHARE,STRIPE_CHECKOUT_SESSION_PAYMENT_SUCCESS_URL,STRIPE_CHECKOUT_SESSION_PAYMENT_CANCEL_URL,STRIPE_CHECKOUT_SESSION_SUBSCRIPTION_SUCCESS_URL,STRIPE_CHECKOUT_SESSION_SUBSCRIPTION_CANCEL_URL,STRIPE_CONNECTED_ACCOUNT_RETURN_URL,STRIPE_CONNECTED_ACCOUNT_REFRESH_URL,FIREBASE_PROJECT_ID,FIREBASE_SERVICE_ACCOUNT,GOOGLE_STORAGE_BUCKET"
UNIQUE_ID
"aZVDRUbHYaEjjkeWYCDMUAAAAAA"