SecurityController :: login
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\SecurityController::login" |
| _firewall_context | "security.firewall.map.context.main" |
| _links | Symfony\Component\WebLink\GenericLinkProvider {#834 -links: [ 835 => Symfony\Component\WebLink\Link {#835 -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] -href: "/assets/styles/app-tb-Xj2S.css" } ] } |
| _redirected | true |
| _route | "app_login" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#549 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#481 …} } ] |
| _stopwatch_token | "f84187" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| cookie | "sf_redirect=%7B%22token%22%3A%2279bd44%22%2C%22route%22%3A%22app_user_management_index%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CUserManagementController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fapp%5C%2Fsrc%5C%2FController%5C%2FUserManagementController.php%22%2C%22line%22%3A20%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=79bd44; PHPSESSID=e1c99a97c7340d77c197a72d9089150c" |
| host | "synctura.explotacionweb.es" |
| referer | "https://synctura.explotacionweb.es/user/management" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.216.96" |
| x-forwarded-host | "synctura.explotacionweb.es" |
| x-forwarded-port | "443" |
| x-forwarded-proto | "https" |
| x-forwarded-server | "1451632371bb" |
| x-php-ob-level | "0" |
| x-real-ip | "216.73.216.96" |
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 | "Tue, 16 Dec 2025 04:06:41 GMT" |
| link | "</assets/styles/app-tb-Xj2S.css>; rel="preload"; as="style"" |
| x-debug-token | "a7e415" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "e1c99a97c7340d77c197a72d9089150c" |
| main_deauth_profile_token | "79bd44" |
| sf_redirect | "{"token":"79bd44","route":"app_user_management_index","method":"GET","controller":{"class":"App\\Controller\\UserManagementController","method":"index","file":"\/app\/src\/Controller\/UserManagementController.php","line":20},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 2
Session Metadata
| Key | Value |
|---|---|
| Created | "Tue, 16 Dec 25 04:06:41 +0000" |
| Last used | "Tue, 16 Dec 25 04:06:41 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _security.main.target_path | "https://synctura.explotacionweb.es/user/management" |
Session Usage
2
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
[
"file" => "/app/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 38
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 16
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 5
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
[
"file" => "/app/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 57
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/app/src/Controller/SecurityController.php"
"line" => 19
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/app/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/app/public/index.php"
"line" => 5
"args" => [
"/app/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| A3FACTURA_API_URL | "https://a3api.wolterskluwer.es/a3factura/api" |
| A3FACTURA_CANCELLATION_INVOICE_SERIE_ID | "0b6c411a-ba86-4e3f-bde2-f2490730f195" |
| APP_SHARE_DIR | "var/share" |
| DEFAULT_URI | "http://localhost" |
| LOCK_DSN | "flock" |
| MAILER_DSN | "null://null" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| A3FACTURA_API_KEY | "aotckq0rz2nzlw34t39j17hto2t4gc4v" |
| A3FACTURA_LOGIN_EMAIL | "ana@licensepro.es" |
| A3FACTURA_LOGIN_PASSWORD | "6#&yOTpVUDu1" |
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| APP_PROJECT_DIR | "/app" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/app" ] |
| APP_SECRET | "jp4lNuYIVFnG2rvZtXazhoDBaVYS0jL2" |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| COOLIFY_BRANCH | "main" |
| COOLIFY_CONTAINER_NAME | "lkg08o44k0css8oskc88sowo-104256386435" |
| COOLIFY_FQDN | "synctura.explotacionweb.es,synctura.explotacionweb.es" |
| COOLIFY_RESOURCE_UUID | "lkg08o44k0css8oskc88sowo" |
| COOLIFY_URL | "https://synctura.explotacionweb.es,http://synctura.explotacionweb.es" |
| CPATH | "~/.nix-profile/include:" |
| DATABASE_URL | "mysql://mariadb:9rB197gBme5Lxj7OrzYeaW2WjTDcJWQweM8EwMIeINKWXGI55e2jTtngo5kGklnT@eockw844w4cs8cskw8ow0koc:3306/synctura_dev?serverVersion=10.11.2-MariaDB&charset=utf8mb4" |
| DOCUMENT_ROOT | "/app/public" |
| DOCUMENT_URI | "/index.php" |
| ENV | "/etc/profile" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GIT_SSL_CAINFO | "/etc/ssl/certs/ca-certificates.crt" |
| HOME | "/nonexistent" |
| HOST | "0.0.0.0" |
| HOSTNAME | "2f5b5fd4825e" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_COOKIE | "sf_redirect=%7B%22token%22%3A%2279bd44%22%2C%22route%22%3A%22app_user_management_index%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CUserManagementController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fapp%5C%2Fsrc%5C%2FController%5C%2FUserManagementController.php%22%2C%22line%22%3A20%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=79bd44; PHPSESSID=e1c99a97c7340d77c197a72d9089150c" |
| HTTP_HOST | "synctura.explotacionweb.es" |
| HTTP_REFERER | "https://synctura.explotacionweb.es/user/management" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_FORWARDED_FOR | "216.73.216.96" |
| HTTP_X_FORWARDED_HOST | "synctura.explotacionweb.es" |
| HTTP_X_FORWARDED_PORT | "443" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_FORWARDED_SERVER | "1451632371bb" |
| HTTP_X_REAL_IP | "216.73.216.96" |
| LD_LIBRARY_PATH | "/nix/store/mijvnwpkic0w59adx8gpds5wxi3plf07-mariadb-connector-c-3.3.5/lib:/nix/store/mlvvxh0bgnj6p7rnpm11k3n7bl0fm9hs-php-ctype-8.2.27/lib:/nix/store/sz2pyj2wyb4swj2bbslj5nnhilq527wq-php-iconv-8.2.27/lib:/usr/lib" |
| LIBRARY_PATH | "~/.nix-profile/lib:" |
| NIXPACKS_METADATA | "" |
| NIXPACKS_NODE_VERSION | "" |
| NIXPACKS_PHP_FALLBACK_PATH | "/index.php" |
| NIXPACKS_PHP_ROOT_DIR | "/app/public" |
| NIXPKGS_ALLOW_BROKEN | "1" |
| NIXPKGS_ALLOW_INSECURE | "1" |
| NIXPKGS_ALLOW_UNFREE | "1" |
| NIX_PATH | "/nix/var/nix/profiles/per-user/root/channels" |
| NIX_PROFILES | "/nix/var/nix/profiles/default /root/.nix-profile" |
| NIX_SSL_CERT_FILE | "/etc/ssl/certs/ca-certificates.crt" |
| PATH | ":/root/.nix-profile/bin:/root/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/bin:/sbin:/usr/bin:/usr/sbin" |
| PHP_INI_SCAN_DIR | "/nix/store/a0qcy2m5mqwrlkr3xkza0n2wdmbq8myq-php-with-extensions-8.2.27/lib" |
| PHP_SELF | "/index.php" |
| PORT | "80" |
| PWD | "/app" |
| QTDIR | "~/.nix-profile:" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "10.0.1.29" |
| REMOTE_PORT | "34016" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1765858001 |
| REQUEST_TIME_FLOAT | 1765858001.8896 |
| REQUEST_URI | "/login" |
| SCRIPT_FILENAME | "/app/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "10.0.1.33" |
| SERVER_NAME | "localhost" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.26.2" |
| SHLVL | "0" |
| SOURCE_COMMIT | "291fec3e8f88d56981ceebcc2345e071220b1b9e" |
| SYMFONY_DOTENV_PATH | "/app/.env" |
| SYMFONY_DOTENV_VARS | "APP_SHARE_DIR,DEFAULT_URI,MESSENGER_TRANSPORT_DSN,MAILER_DSN,A3FACTURA_API_URL,A3FACTURA_CANCELLATION_INVOICE_SERIE_ID,LOCK_DSN" |
| TRUSTED_PROXIES | "127.0.0.1,REMOTE_ADDR" |
| USER | "nobody" |
| WECLAPP_API_KEY | "46def095-a9a2-4282-9734-78ebb6872f7d" |
| WECLAPP_API_URL | "https://iwmwwcvtclamooz.weclapp.com/webapp/api/v1" |
| XDG_DATA_DIRS | "/usr/local/share:/usr/share:/root/.nix-profile/share:/nix/var/nix/profiles/default/share:/root/.nix-profile/share:/nix/var/nix/profiles/default/share" |
| _ | "/root/.nix-profile/bin/php-fpm" |
| __ETC_PROFILE_NIX_SOURCED | "1" |
| argc | 0 |
| argv | [] |