POST https://meeple-club.tokii.fr/login

Request / Response

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"csrf-token"
_password
"******"
_remember_me
"on"
_username
"kpxeskfl@immenseignite.info"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_access_control_attributes
[
  "PUBLIC_ACCESS"
]
_controller
"App\UI\Http\Web\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_route
"app_login"
_route_params
[]
_security.last_username
"kpxeskfl@immenseignite.info"
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#570
  #expire: 1
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}
_stopwatch_token
"2033f6"
csp_nonce
"5jFyodN2CZL0JK9iTbAGgw=="
csrf-token
257

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.5"
content-length
"101"
content-type
"application/x-www-form-urlencoded"
cookie
"main_deauth_profile_token=148f40; main_auth_profile_token=deleted; PHPSESSID=2485d1213d88e6cc27476a03ef224300"
host
"meeple-club.tokii.fr"
referer
"https://meeple-club.tokii.fr/login"
user-agent
"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0.2 Waterfox/40.0.2"
via
"1.1 Caddy"
x-forwarded-for
"103.83.87.116"
x-forwarded-host
"meeple-club.tokii.fr"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Raw

_csrf_token=csrf-token&_username=kpxeskfl%40immenseignite.info&_password=******&_remember_me=on

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Sun, 26 Jul 2026 06:26:25 GMT"
location
"https://meeple-club.tokii.fr/login"
set-cookie
"REMEMBERME=deleted; expires=Sat, 26 Jul 2025 06:26:24 GMT; Max-Age=0; path=/; httponly; samesite=lax"
x-debug-token
"212166"

Cookies

Request Cookies

Key Value
PHPSESSID
"2485d1213d88e6cc27476a03ef224300"
main_auth_profile_token
"deleted"
main_deauth_profile_token
"148f40"

Response Cookies

Key Value
REMEMBERME
Symfony\Component\HttpFoundation\Cookie {#570
  #expire: 1
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 3

Session Metadata

Key Value
Created
"Sun, 26 Jul 26 06:23:44 +0000"
Last used
"Sun, 26 Jul 26 06:26:17 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-default
"b1TirYUdLQ2p70gqrISTXZ7NdjRrkFhE7S09kwHDDiY"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#1109
  #message: "Bad credentials."
  #code: 0
  #file: "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
  #line: 248
  -previous: Symfony\Component\Security\Core\Exception\UserNotFoundException {#1116 …}
  -token: null
  trace: {
    /var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:248 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, AuthenticatorInterface $authenticator, ?Passport $passport): Response …
      › if ($this->isSensitiveException($authenticationException)) {    $authenticationException = new BadCredentialsException('Bad credentials.', 0, $authenticationException);}
    }
    /var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:204 {
      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/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:154 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:136 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/Kohort/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /var/www/Kohort/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
    }
    /var/www/Kohort/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:52 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/Kohort/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:64 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
      › foreach ($listeners as $listener) {    $listener->authenticate($event);}
    /var/www/Kohort/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:88 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      › $listener->authenticate($event);}
    /var/www/Kohort/vendor/symfony/security-http/Firewall.php:86 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/Kohort/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/Kohort/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/Kohort/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/Kohort/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/Kohort/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/Kohort/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/Kohort/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/Kohort/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/Kohort/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/Kohort/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/Kohort/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"kpxeskfl@immenseignite.info"
csrf-token
257

Session Usage

3 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 168
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 154
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 136
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Kohort/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator:134
[
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 134
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 80
    "function" => "getCredentials"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 74
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 172
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 154
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 136
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Kohort/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler:90
[
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php"
    "line" => 90
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 108
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 102
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 251
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 204
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 154
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 136
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/Kohort/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/Kohort/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_CANONICAL_DOMAIN
"tokii.fr"
APP_CORS_ALLOW_ORIGIN
"http://localhost:8000"
APP_ENV
"dev"
APP_SECRET
"4ceb00735bd83a805eeb329bd12b7d35"
APP_URL
"http://localhost:8000"
AZURE_SPEECH_KEY
"4sDJXz0yioGdGi7tgrfDu1TzfyIhCkYnB9QBqAlzeUxiKBxF32czJQQJ99CDAC5T7U2XJ3w3AAAYACOGj9B7"
AZURE_SPEECH_REGION
"francecentral"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://chaton:chaton@127.0.0.1:5432/chaton?serverVersion=16&charset=utf8"
DEFAULT_URI
"http://localhost"
DISCORD_BOT_TOKEN
""
DISCORD_CLIENT_ID
""
DISCORD_CLIENT_SECRET
""
ENCRYPTION_KEY
"DabVpuOpHEpWohOG3mcAcM/aqJh6j2PSV3Y4Pet0jbI="
GFONT_API_KEY
"AIzaSyBHlcYZpLn7jqc2_H3alhFxeEdHqac56sg"
GIPHY_API_KEY
"vcnJoVIinRfRMTbRVn78HzNrpwwzfOAY"
JWT_PASSPHRASE
"54dedd016678c6280e5d88b3fe5d1655547807c0e7faf6800e65467c9a3eda04"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://contact%40tokii.fr:3bU%5EneI%3Dx%24hi@smtp.hostinger.com:465?encryption=ssl"
MAILER_FROM_ADDRESS
"contact@tokii.fr"
MAILER_FROM_NAME
"Tokii"
MANGOPAY_API_KEY
""
MANGOPAY_API_URL
"https://api.sandbox.mangopay.com"
MANGOPAY_CLIENT_ID
""
MATTERMOST_BASE_URL
"https://your-mattermost-server.example.com"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_BROWSER_URL
"https://tokii.fr/.well-known/mercure"
MERCURE_PUBLIC_URL
"http://127.0.0.1:3000/.well-known/mercure"
MERCURE_URL
"http://127.0.0.1:3000/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
OLLAMA_BASE_URL
"http://localhost:11434"
OLLAMA_MODEL
"qwen2.5:3b"
PIPER_BINARY_PATH
""
PIPER_MODEL_PATH
""
REDIS_URL
""
RTC_ICE_SERVERS
"[{"urls":["stun:stun.l.google.com:19302","stun:stun1.l.google.com:19302"]}]"
SLACK_CLIENT_ID
""
SLACK_CLIENT_SECRET
""
SLACK_SIGNING_SECRET
""
TEAMS_CLIENT_ID
""
TEAMS_CLIENT_SECRET
""
TEAMS_TENANT_ID
""
TELEGRAM_BOT_TOKEN
""
UX_MAP_DSN
"leaflet://default"
WHATSAPP_API_TOKEN
""
WHATSAPP_PHONE_NUMBER_ID
""
WHATSAPP_WEBHOOK_VERIFY_TOKEN
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/Kohort"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/Kohort"
]
AUTH_TYPE
""
CONTENT_LENGTH
"101"
CONTENT_TYPE
"application/x-www-form-urlencoded"
DOCUMENT_ROOT
"/var/www/Kohort/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONTENT_LENGTH
"101"
HTTP_CONTENT_TYPE
"application/x-www-form-urlencoded"
HTTP_COOKIE
"main_deauth_profile_token=148f40; main_auth_profile_token=deleted; PHPSESSID=2485d1213d88e6cc27476a03ef224300"
HTTP_HOST
"meeple-club.tokii.fr"
HTTP_REFERER
"https://meeple-club.tokii.fr/login"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0.2 Waterfox/40.0.2"
HTTP_VIA
"1.1 Caddy"
HTTP_X_FORWARDED_FOR
"103.83.87.116"
HTTP_X_FORWARDED_HOST
"meeple-club.tokii.fr"
HTTP_X_FORWARDED_PROTO
"https"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REMOTE_ADDR
"103.83.87.116"
REMOTE_HOST
"103.83.87.116"
REMOTE_IDENT
""
REMOTE_PORT
"60382"
REMOTE_USER
""
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785047185
REQUEST_TIME_FLOAT
1785047185.5624
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/Kohort/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"meeple-club.tokii.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"Caddy/v2.11.2"
SSL_CIPHER
"TLS_AES_128_GCM_SHA256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/var/www/Kohort/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_URL,APP_CORS_ALLOW_ORIGIN,APP_CANONICAL_DOMAIN,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_PUBLIC_BROWSER_URL,MERCURE_JWT_SECRET,RTC_ICE_SERVERS,REDIS_URL,ENCRYPTION_KEY,SLACK_CLIENT_ID,SLACK_CLIENT_SECRET,SLACK_SIGNING_SECRET,DISCORD_CLIENT_ID,DISCORD_CLIENT_SECRET,DISCORD_BOT_TOKEN,TEAMS_CLIENT_ID,TEAMS_CLIENT_SECRET,TEAMS_TENANT_ID,TELEGRAM_BOT_TOKEN,WHATSAPP_API_TOKEN,WHATSAPP_PHONE_NUMBER_ID,WHATSAPP_WEBHOOK_VERIFY_TOKEN,GFONT_API_KEY,GIPHY_API_KEY,MATTERMOST_BASE_URL,DEFAULT_URI,LOCK_DSN,MAILER_DSN,MAILER_FROM_ADDRESS,MAILER_FROM_NAME,UX_MAP_DSN,MANGOPAY_CLIENT_ID,MANGOPAY_API_KEY,MANGOPAY_API_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN,AZURE_SPEECH_KEY,AZURE_SPEECH_REGION,PIPER_BINARY_PATH,PIPER_MODEL_PATH,OLLAMA_BASE_URL,OLLAMA_MODEL"
USER
"www-data"