AuthController :: login
Request
GET Parameters
No GET parameters
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "App\Controller\AuthController::login" |
_firewall_context | "security.firewall.map.context.main" |
_redirected | true |
_route | "login" |
_route_params | [] |
_security_firewall_run | "_security_main" |
_stopwatch_token | "80ec05" |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip, br, zstd, deflate" |
cookie | "sf_redirect=%7B%22token%22%3A%22cdda7d%22%2C%22route%22%3A%22home%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CMainController%22%2C%22method%22%3A%22indexAction%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fdahna%5C%2Fweb2%5C%2Fsrc%5C%2FController%5C%2FMainController.php%22%2C%22line%22%3A25%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=32r7ng67v1htsc5hq4drn0cnva" |
host | "api.dahnapp.com" |
referer | "https://api.dahnapp.com/" |
user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
x-php-ob-level | "1" |
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, 17 Jan 2025 23:21:04 GMT" |
x-debug-token | "e09223" |
Cookies
Request Cookies
Key | Value |
---|---|
PHPSESSID | "32r7ng67v1htsc5hq4drn0cnva" |
sf_redirect | "{"token":"cdda7d","route":"home","method":"GET","controller":{"class":"App\\Controller\\MainController","method":"indexAction","file":"\/home\/dahna\/web2\/src\/Controller\/MainController.php","line":25},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 3
Session Metadata
Key | Value |
---|---|
Created | "Sat, 18 Jan 25 01:21:04 +0200" |
Last used | "Sat, 18 Jan 25 01:21:04 +0200" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_security.main.target_path | "https://api.dahnapp.com/" |
Session Usage
3
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:40
[ [ "file" => "/home/dahna/web2/vendor/symfony/security-http/Authentication/AuthenticationUtils.php" "line" => 40 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/dahna/web2/src/Controller/AuthController.php" "line" => 23 "function" => "getLastAuthenticationError" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "login" "class" => "App\Controller\AuthController" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/home/dahna/web2/public/index.php" "line" => 5 "args" => [ "/home/dahna/web2/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:59
[ [ "file" => "/home/dahna/web2/vendor/symfony/security-http/Authentication/AuthenticationUtils.php" "line" => 59 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/dahna/web2/src/Controller/AuthController.php" "line" => 24 "function" => "getLastUsername" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "login" "class" => "App\Controller\AuthController" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/home/dahna/web2/public/index.php" "line" => 5 "args" => [ "/home/dahna/web2/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Http\Firewall\ContextListener:174
[ [ "file" => "/home/dahna/web2/vendor/symfony/security-http/Firewall/ContextListener.php" "line" => 174 "function" => "remove" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\Security\Http\Firewall\ContextListener" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 153 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/home/dahna/web2/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/home/dahna/web2/public/index.php" "line" => 5 "args" => [ "/home/dahna/web2/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
APPLE_BUNDLE_ID | "ro.riseapp.healthydiet" |
APPLE_ISSUER_ID | "3ca24cc2-0248-4030-9265-a7e1d23571e9" |
APPLE_KEY | "keys/SubscriptionKey_J65HB75K2C.pem" |
APPLE_KEY_ID | "J65HB75K2C" |
APPLE_PRODUCTION_URL | "https://api.storekit.itunes.apple.com/inApps/v1" |
APPLE_PRODUCT_MONTHLY | "montly" |
APPLE_PRODUCT_YEARLY | "yearly" |
APPLE_SANDBOX_URL | "https://api.storekit-sandbox.itunes.apple.com/inApps/v1" |
APPLICATION_API_URL | "https://api.dahnapp.com" |
APPLICATION_WEB_URL | "https://dashboard.dahnapp.com" |
APP_ENV | "dev" |
APP_SECRET | "thisismysecrettherearemanylikeit" |
DATABASE_URL | "mysql://dahna_live:BN6nNfR4Jb64KD6yP8Ig8NiYCF1ULtC6@127.0.0.1:3306/dahna_live?serverVersion=5.7&charset=utf8mb4" |
FCM_API_KEY | "AAAAx1OM-Lk:APA91bH3AhlgMuEKiYSLwFteBi74mM4TO8zyOPGQZD7YwJMwDdOB_Dwq2YFlsHRpbcgrtheDfbaD6e92xh9JW-Dzjz_M1Eedx2Te6VxK2TSl3rB_Fs10IDLqo0iFCZiPnT5OY9oa1-i0" |
GOOGLE_KEY | "keys/healthydiet-4a194-e8bc5ab441fb.json" |
GOOGLE_PACKAGE_NAME | "ro.riseapp.healthydiet" |
GOOGLE_PRODUCT_MONTHLY | "1_dahna_pro_monthly" |
GOOGLE_PRODUCT_YEARLY | "1_dahna_pro_yearly" |
MAILER_DSN | "sendgrid+smtp://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@default" |
MAILER_FROM_ADDRESS | "noreply@dahnapp.com" |
MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
NOTIFICATIONS_TOPIC_ALL | "/topics/all" |
NOTIFICATIONS_TOPIC_POST_BASIC | "/topics/%s_post" |
NOTIFICATIONS_TOPIC_POST_PRO | "/topics/%s_post_pro" |
OCR_API_TOKEN | "iAP4gZrpIOzW4NaKz9Gd15nP" |
OCR_API_URL | "https://api.live.ocr.dahnapp.com/health_report" |
TINYMCE_API_KEY | "l0nkoz0gnoy8h4w2z84bg2hiwcrvo4x45vnpe6fqpf7tc6bp" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTEXT_DOCUMENT_ROOT | "/var/www/dahna/live/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/dahna/live/public" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTPS | "on" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
HTTP_COOKIE | "sf_redirect=%7B%22token%22%3A%22cdda7d%22%2C%22route%22%3A%22home%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CMainController%22%2C%22method%22%3A%22indexAction%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fdahna%5C%2Fweb2%5C%2Fsrc%5C%2FController%5C%2FMainController.php%22%2C%22line%22%3A25%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=32r7ng67v1htsc5hq4drn0cnva" |
HTTP_HOST | "api.dahnapp.com" |
HTTP_REFERER | "https://api.dahnapp.com/" |
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REDIRECT_HTTPS | "on" |
REDIRECT_SCRIPT_URI | "https://api.dahnapp.com/login" |
REDIRECT_SCRIPT_URL | "/login" |
REDIRECT_SSL_TLS_SNI | "api.dahnapp.com" |
REDIRECT_STATUS | "200" |
REDIRECT_UNIQUE_ID | "Z4rl4GewOaK7Bttxba_VCQAAAAY" |
REDIRECT_URL | "/login" |
REDIRECT_rate-initial-burst | "512" |
REDIRECT_rate-limit | "400" |
REMOTE_ADDR | "3.138.116.169" |
REMOTE_PORT | "53094" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "https" |
REQUEST_TIME | 1737156064 |
REQUEST_TIME_FLOAT | 1737156064.6044 |
REQUEST_URI | "/login" |
SCRIPT_FILENAME | "/var/www/dahna/live/public/index.php" |
SCRIPT_NAME | "/index.php" |
SCRIPT_URI | "https://api.dahnapp.com/login" |
SCRIPT_URL | "/login" |
SERVER_ADDR | "188.166.100.69" |
SERVER_ADMIN | "[no address given]" |
SERVER_NAME | "api.dahnapp.com" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache" |
SSL_TLS_SNI | "api.dahnapp.com" |
SYMFONY_DOTENV_VARS | "APPLICATION_API_URL,APPLICATION_WEB_URL,APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,MAILER_FROM_ADDRESS,TINYMCE_API_KEY,FCM_API_KEY,NOTIFICATIONS_TOPIC_POST_BASIC,NOTIFICATIONS_TOPIC_POST_PRO,NOTIFICATIONS_TOPIC_ALL,APPLE_KEY_ID,APPLE_ISSUER_ID,APPLE_BUNDLE_ID,APPLE_SANDBOX_URL,APPLE_PRODUCTION_URL,APPLE_PRODUCT_YEARLY,APPLE_PRODUCT_MONTHLY,APPLE_KEY,GOOGLE_PACKAGE_NAME,GOOGLE_PRODUCT_YEARLY,GOOGLE_PRODUCT_MONTHLY,GOOGLE_KEY,OCR_API_URL,OCR_API_TOKEN" |
UNIQUE_ID | "Z4rl4GewOaK7Bttxba_VCQAAAAY" |
rate-initial-burst | "512" |
rate-limit | "400" |