https://dev.mizogoo.fr/admin/login Return to referer URL

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"5b6007d638cfdf07ae68128ff6af1b5.XrBHXdqYZvz80kDLh2-VWGgZkSfuDi4yZ5eMfNIoyv0.D8kxP6PtEIqdiHiNxF7SAFpPo1akYxp6E6bAMoV7u7wOyjIr96AIyMi_Nw"
email
"contact@ipocam.fr"
password
"9EE7xt0UFn"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Admin\SecurityController::login"
_firewall_context
"security.firewall.map.context.admin"
_locale
"fr"
_route
"admin_login"
_route_params
[
  "_locale" => "fr"
]
_security_firewall_run
"_security_admin"
_stopwatch_token
"97ae76"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
accept-encoding
"gzip"
accept-language
"en-US,en;q=0.9"
authorization
""
content-length
"192"
content-type
"application/x-www-form-urlencoded"
cookie
"hl=fr; PHPSESSID=4e9bda4e9ca40f2e9e582aee0d5a5534"
host
"dev.mizogoo.fr"
origin
"https://dev.mizogoo.fr"
referer
"https://dev.mizogoo.fr/admin/login"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120 Safari/537.36"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Raw

_csrf_token=5b6007d638cfdf07ae68128ff6af1b5.XrBHXdqYZvz80kDLh2-VWGgZkSfuDi4yZ5eMfNIoyv0.D8kxP6PtEIqdiHiNxF7SAFpPo1akYxp6E6bAMoV7u7wOyjIr96AIyMi_Nw&email=contact%40ipocam.fr&password=9EE7xt0UFn

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Tue, 05 May 2026 16:02:03 GMT"
location
"/admin/login"
x-debug-token
"7ee889"

Cookies

Request Cookies

Key Value
PHPSESSID
"4e9bda4e9ca40f2e9e582aee0d5a5534"
hl
"fr"

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Tue, 05 May 26 18:02:02 +0200"
Last used
"Tue, 05 May 26 18:02:02 +0200"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"QyvbyuvvaZ8FC1GX2V2qJm4Ht1LNWSqAPzuv-8n44mw"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#2951
  #message: "Authentication failed because "App\Security\AdminAuthenticator::checkCredentials()" did not return true."
  #code: 0
  #file: "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
  #line: 137
  -token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#526 …}
  trace: {
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:137 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
      › 
      ›     throw new BadCredentialsException(sprintf('Authentication failed because "%s::checkCredentials()" did not return true.', get_debug_type($guardAuthenticator)));}
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:107 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
      › 
      ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
      arguments: {
        $guardAuthenticator: App\Security\AdminAuthenticator {#552 …}
        $token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#526 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
      Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
      › try {    $result = $provider->authenticate($token);arguments: {
        $token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#526 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:162 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
      › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);arguments: {
        $token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#526 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:126 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
      › 
      › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);arguments: {
        $uniqueGuardKey: "admin_0"
        $guardAuthenticator: App\Security\AdminAuthenticator {#552 …}
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
        $listeners: Generator {#530 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#453 …}
        }
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#453 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …13]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#376 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#49 …}
        $type: 1
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#49 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#49 …}
      }
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"contact@ipocam.fr"

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 141
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Security\AdminAuthenticator:61
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/src/Security/AdminAuthenticator.php"
    "line" => 61
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 148
    "function" => "getCredentials"
    "class" => "App\Security\AdminAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 110
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/src/Security/AdminAuthenticator.php"
    "line" => 72
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 113
    "function" => "getUser"
    "class" => "App\Security\AdminAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 107
    "function" => "authenticateViaGuard"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 162
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/src/Security/AdminAuthenticator.php"
    "line" => 72
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 113
    "function" => "getUser"
    "class" => "App\Security\AdminAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 107
    "function" => "authenticateViaGuard"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 162
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/src/Security/AdminAuthenticator.php"
    "line" => 72
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 113
    "function" => "getUser"
    "class" => "App\Security\AdminAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 107
    "function" => "authenticateViaGuard"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 162
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator:45
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php"
    "line" => 45
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/GuardAuthenticatorHandler.php"
    "line" => 106
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 187
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:195
[
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 195
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY
"58941a7f-e443-4096-995b-ef7efd457858"
APP_ENV
"dev"
HOST_SCHEME
"https"
HOST_URL
"dev.mizogoo.fr"
JWT_PASSPHRASE
""
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MENUBUILDER_NODE_URL
"https://ns3051928.ip-151-80-27.eu"
STRIPE_PUBLIC_KEY
"pk_test_51HU6NaAQeVgeYendZgjd29LCEng6D98hfsxX7CRVbTJDUG7sqGIpYd3omZDzW4za8KLZJ8TArMsC3kQsllYpWQ6Q00L3VjURI1"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"192"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"hl=fr; PHPSESSID=4e9bda4e9ca40f2e9e582aee0d5a5534"
HTTP_HOST
"dev.mizogoo.fr"
HTTP_ORIGIN
"https://dev.mizogoo.fr"
HTTP_REFERER
"https://dev.mizogoo.fr/admin/login"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120 Safari/537.36"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"8.2"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_PHP_VERSION
"8.2"
REDIRECT_SCRIPT_URI
"https://dev.mizogoo.fr/admin/login"
REDIRECT_SCRIPT_URL
"/admin/login"
REDIRECT_SSL_TLS_SNI
"dev.mizogoo.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"afoUermwP2EH5ANS6ab8LAAAAZ0"
REDIRECT_URL
"/admin/login"
REMOTE_ADDR
"82.25.42.126"
REMOTE_PORT
"37370"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1777996922
REQUEST_TIME_FLOAT
1777996922.7969
REQUEST_URI
"/admin/login"
SCRIPT_FILENAME
"/home/clients/751dad9833546fc19bdf44e7deb59973/sites/dev.mizogoo.fr/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://dev.mizogoo.fr/admin/login"
SCRIPT_URL
"/admin/login"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"webmaster@mizogoo.fr"
SERVER_NAME
"dev.mizogoo.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"dev.mizogoo.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,HOST_URL,HOST_SCHEME,STRIPE_PUBLIC_KEY,API_KEY,MENUBUILDER_NODE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"
TEMP
"/home/clients/751dad9833546fc19bdf44e7deb59973/tmp"
TMP
"/home/clients/751dad9833546fc19bdf44e7deb59973/tmp"
TMPDIR
"/home/clients/751dad9833546fc19bdf44e7deb59973/tmp"
UNIQUE_ID
"afoUermwP2EH5ANS6ab8LAAAAZ0"