n/a

Request

GET Parameters

Key Value
authuser
"0"
code
"4/0AVMBsJhXX2sjQ720BSAtkujDuJhJNRj14l_mckYAkh1F5dpZilPxYAwfkHshY0TFXTVOqg"
hd
"coderslab.pl"
prompt
"none"
scope
"email profile https://www.googleapis.com/auth/userinfo.profile openid https://www.googleapis.com/auth/userinfo.email"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_firewall_context
"security.firewall.map.context.main"
_route
"google_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"268464"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
content-length
""
content-type
""
from
"gptbot(at)openai.com"
host
"dev-lms.coderslab.pl"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.125"
x-forwarded-host
"dev-lms.coderslab.pl"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-openai-host-hash
"257426169"
x-original-uri
"/login/check-google?authuser=0&code=4%2F0AVMBsJhXX2sjQ720BSAtkujDuJhJNRj14l_mckYAkh1F5dpZilPxYAwfkHshY0TFXTVOqg&hd=coderslab.pl&prompt=none&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email"
x-php-ob-level
"0"
x-real-ip
"20.171.207.125"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 22 Aug 2025 06:19:07 GMT"
location
"https://dev-lms.coderslab.pl/login"
x-debug-token
"fe166c"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Fri, 22 Aug 25 06:19:07 +0000"
Last used
"Fri, 22 Aug 25 06:19:07 +0000"
Lifetime
4320000

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\AuthenticationException {#657
  #message: "OAuth error: "Bad Request""
  #code: 0
  #file: "/usr/share/nginx/html/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php"
  #line: 212
  -token: null
  trace: {
    /usr/share/nginx/html/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php:212 {
      HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GenericOAuth2ResourceOwner->validateResponseContent($response) …
      › if (isset($response['error_description'])) {    throw new AuthenticationException(sprintf('OAuth error: "%s"', $response['error_description']));}
    }
    /usr/share/nginx/html/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php:99 {
      HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GenericOAuth2ResourceOwner->getAccessToken(Request $request, $redirectUri, array $extraParameters = []) …
      › 
      › $this->validateResponseContent($response);arguments: {
        $response: [ …2]
      }
    }
    /usr/share/nginx/html/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/OAuthListener.php:94 {
      HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener->attemptAuthentication(Request $request) …
      ›     $request,    $this->httpUtils->createRequest($request, $checkPath)->getUri());
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $redirectUri: "https://dev-lms.coderslab.pl/login/check-google"
      }
    }
    /usr/share/nginx/html/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php:136 {
      Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener->authenticate(RequestEvent $event) …
      › 
      › if (null === $returnValue = $this->attemptAuthentication($request)) {    return;
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /usr/share/nginx/html/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 {#513 …}
      }
    }
    /usr/share/nginx/html/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 {#513 …}
      }
    }
    /usr/share/nginx/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:73 {
      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 {#513 …}
      }
    }
    /usr/share/nginx/html/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 {#513 …}
        $listeners: Generator {#275 …}
      }
    }
    /usr/share/nginx/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#513 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#53 …}
        }
      }
    }
    /usr/share/nginx/html/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 {#513 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#53 …}
      }
    }
    /usr/share/nginx/html/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: [ …19]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#513 …}
      }
    }
    /usr/share/nginx/html/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 {#513 …}
        $eventName: "kernel.request"
      }
    }
    /usr/share/nginx/html/vendor/symfony/http-kernel/HttpKernel.php:129 {
      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 {#513 …}
        $eventName: "kernel.request"
      }
    }
    /usr/share/nginx/html/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 {#11 …}
        $type: 1
      }
    }
    /usr/share/nginx/html/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 {#11 …}
        $type: 1
        $catch: true
      }
    }
    /usr/share/nginx/html/public/index.php:18 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
  }
}

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DOMAIN
"dev-lms.coderslab.pl"
APP_ENV
"dev"
APP_SECRET
"secret"
ATATUS_APP_NAME
""
ATATUS_LICENSE_KEY
""
CORS_ALLOW_ORIGIN
"^(http|https)?://localhost(:[0-9]+)?$"
DATABASE_URL
"mysql://materialy:4dhwjj8w9ye38dhfn98e@mysql:3306/materialy"
GH_EXERCISES_PROCESSING
"1"
JWT_CONFIG_PATH
"config/jwt"
JWT_PASSPHRASE
"secret"
JWT_PUBLIC_KEY
"config/jwt/public.pem"
JWT_SECRET_KEY
"config/jwt/private.pem"
JWT_TOKEN_TTL
"4320000"
KERNEL_CLASS
"AppBundle\Kernel"
MAILER_DSN
"smtp://696c5947c73dc8:8fce3373a7736b@smtp.mailtrap.io:2525?encryption=tls&auth_mode=login"
MESSENGER_TRANSPORT_DSN
"redis://redis:6379"
MYSQL_DATABASE
"materialy"
MYSQL_HOST
"mysql"
MYSQL_PASSWORD
"4dhwjj8w9ye38dhfn98e"
MYSQL_PORT
"3306"
MYSQL_ROOT_PASSWORD
"secre4h3s98743h983jzt"
MYSQL_USER
"materialy"
SURVEY_MONKEY_ACCESS_TOKEN
"wCPwMf8ttCYBm2sGpvIpaIVGYPMiVb0pCb.ro1Ih3xQ-3sW4cxK.R15Hq1AcqG2CnsjdLnWT9ge3CWspyjZVZ-3Kt1eN4YuZSOtSAsoDPdocZTNG81tBAlQmnwhp9c4w"
SURVEY_MONKEY_API_KEY
""
TENANT_USER_LANGUAGES
"pl,en,de"
TRUSTED_PROXIES
"10.0.0.0/8"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/usr/share/nginx/html"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD"
HOME
"/var/www"
HOSTNAME
"a97563816c3c"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"dev-lms.coderslab.pl"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.125"
HTTP_X_FORWARDED_HOST
"dev-lms.coderslab.pl"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_OPENAI_HOST_HASH
"257426169"
HTTP_X_ORIGINAL_URI
"/login/check-google?authuser=0&code=4%2F0AVMBsJhXX2sjQ720BSAtkujDuJhJNRj14l_mckYAkh1F5dpZilPxYAwfkHshY0TFXTVOqg&hd=coderslab.pl&prompt=none&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email"
HTTP_X_REAL_IP
"20.171.207.125"
LANG
"en_US.UTF-8"
LC_ALL
"en_US.UTF-8"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.1.30.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1"
PHP_URL
"https://www.php.net/distributions/php-8.1.30.tar.xz"
PHP_VERSION
"8.1.30"
PRIMARY_LANG
"pl"
PWD
"/usr/share/nginx/html"
QUERY_STRING
"authuser=0&code=4%2F0AVMBsJhXX2sjQ720BSAtkujDuJhJNRj14l_mckYAkh1F5dpZilPxYAwfkHshY0TFXTVOqg&hd=coderslab.pl&prompt=none&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.5.0.7"
REMOTE_PORT
"44926"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1755843547
REQUEST_TIME_FLOAT
1755843547.6835
REQUEST_URI
"/login/check-google?authuser=0&code=4%2F0AVMBsJhXX2sjQ720BSAtkujDuJhJNRj14l_mckYAkh1F5dpZilPxYAwfkHshY0TFXTVOqg&hd=coderslab.pl&prompt=none&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email"
SCRIPT_FILENAME
"/usr/share/nginx/html/public//index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.5.0.106"
SERVER_NAME
"dev-lms.coderslab.pl"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.26.2"
SYMFONY_DOTENV_VARS
"TENANT_USER_LANGUAGES,APP_DOMAIN,APP_SECRET,KERNEL_CLASS,TRUSTED_PROXIES,MYSQL_DATABASE,MYSQL_USER,MYSQL_PASSWORD,MYSQL_ROOT_PASSWORD,MYSQL_HOST,MYSQL_PORT,JWT_CONFIG_PATH,CORS_ALLOW_ORIGIN,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TOKEN_TTL,MAILER_DSN,SURVEY_MONKEY_ACCESS_TOKEN,SURVEY_MONKEY_API_KEY,APP_ENV,MESSENGER_TRANSPORT_DSN,GH_EXERCISES_PROCESSING,ATATUS_LICENSE_KEY,ATATUS_APP_NAME"
TZ
"Europe/Warsaw"
USER
"www-data"
argc
5
argv
[
  "authuser=0&code=4%2F0AVMBsJhXX2sjQ720BSAtkujDuJhJNRj14l_mckYAkh1F5dpZilPxYAwfkHshY0TFXTVOqg&hd=coderslab.pl&prompt=none&scope=email"
  "profile"
  "https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile"
  "openid"
  "https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email"
]