{"id":"1773256088-9338-354646158","version":1,"type":"request","time":1773256088.609036,"method":"POST","url":"http:\/\/localhost\/dinex\/public\/api\/v1\/platform\/login","uri":"\/dinex\/public\/api\/v1\/platform\/login","headers":{"user-agent":["Apidog\/1.0.0 (https:\/\/apidog.com)"],"content-type":["application\/json"],"accept":["*\/*"],"host":["localhost"],"accept-encoding":["gzip, deflate, br"],"connection":["keep-alive"],"content-length":["85"],"cookie":["laravel_session=XKzv8u7l3EEa3z4w4UB4b5rygulLUZEBboYt03B5"]},"controller":"App\\Http\\Controllers\\Auth\\PlatformAuthController@login","getData":[],"postData":[],"requestData":{"username":"MZQbcG7PGOFjyen","password":"*removed*"},"sessionData":{"_token":"Y85WO0IgJWj1siSTuQiyNbOVpScyQIuZStdYCpB9","_flash":{"__type__":"array","old":{"__type__":"array"},"new":{"__type__":"array"}}},"authenticatedUser":null,"cookies":{"laravel_session":"XKzv8u7l3EEa3z4w4UB4b5rygulLUZEBboYt03B5"},"responseTime":1773256091.482628,"responseStatus":200,"responseDuration":2873.5921382904053,"memoryUsage":25165824,"middleware":["api"],"databaseQueries":[{"query":"SELECT count(*) as aggregate FROM `platforms` WHERE `username` = 'MZQbcG7PGOFjyen'","duration":3.97,"connection":"mysql","time":1773256089.1300652,"trace":[{"call":"Illuminate\\Validation\\Validator->fails()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Http\\Controllers\\Auth\\PlatformAuthController.php","line":26,"isVendor":false},{"call":"App\\Http\\Controllers\\Auth\\PlatformAuthController->login()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54,"isVendor":true},{"call":"Illuminate\\Routing\\Controller->callAction()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":43,"isVendor":true},{"call":"Illuminate\\Routing\\ControllerDispatcher->dispatch()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":259,"isVendor":true},{"call":"Illuminate\\Routing\\Route->runController()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205,"isVendor":true},{"call":"Illuminate\\Routing\\Route->run()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Router.php","line":806,"isVendor":true},{"call":"Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":144,"isVendor":true},{"call":"Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Middleware\\SubstituteBindings.php","line":50,"isVendor":true},{"call":"Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":183,"isVendor":true},{"call":"Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Middleware\\ThrottleRequests.php","line":159,"isVendor":true}],"model":null,"tags":[]},{"query":"SELECT * FROM `platforms` WHERE `username` = 'MZQbcG7PGOFjyen' LIMIT 1","duration":0.71,"connection":"mysql","time":1773256089.15296,"trace":[{"call":"Illuminate\\Database\\Eloquent\\Builder->first()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Services\\PlatformAuthService.php","line":16,"isVendor":false},{"call":"App\\Services\\PlatformAuthService->login()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Http\\Controllers\\Auth\\PlatformAuthController.php","line":30,"isVendor":false},{"call":"App\\Http\\Controllers\\Auth\\PlatformAuthController->login()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54,"isVendor":true},{"call":"Illuminate\\Routing\\Controller->callAction()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":43,"isVendor":true},{"call":"Illuminate\\Routing\\ControllerDispatcher->dispatch()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":259,"isVendor":true},{"call":"Illuminate\\Routing\\Route->runController()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205,"isVendor":true},{"call":"Illuminate\\Routing\\Route->run()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Router.php","line":806,"isVendor":true},{"call":"Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":144,"isVendor":true},{"call":"Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Middleware\\SubstituteBindings.php","line":50,"isVendor":true},{"call":"Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":183,"isVendor":true}],"model":"App\\Models\\Platform","tags":[]},{"query":"UPDATE `platform_tokens` SET `revoked_at` = '2026-03-11 23:08:09', `platform_tokens`.`updated_at` = '2026-03-11 23:08:09' WHERE `platform_id` = 1 and `revoked_at` IS NULL and `expire_date` > '2026-03-11 23:08:09'","duration":2.25,"connection":"mysql","time":1773256089.544954,"trace":[{"call":"Illuminate\\Database\\Eloquent\\Builder->update()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Services\\PlatformAuthService.php","line":25,"isVendor":false},{"call":"App\\Services\\PlatformAuthService->login()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Http\\Controllers\\Auth\\PlatformAuthController.php","line":30,"isVendor":false},{"call":"App\\Http\\Controllers\\Auth\\PlatformAuthController->login()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54,"isVendor":true},{"call":"Illuminate\\Routing\\Controller->callAction()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":43,"isVendor":true},{"call":"Illuminate\\Routing\\ControllerDispatcher->dispatch()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":259,"isVendor":true},{"call":"Illuminate\\Routing\\Route->runController()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205,"isVendor":true},{"call":"Illuminate\\Routing\\Route->run()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Router.php","line":806,"isVendor":true},{"call":"Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":144,"isVendor":true},{"call":"Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Middleware\\SubstituteBindings.php","line":50,"isVendor":true},{"call":"Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":183,"isVendor":true}],"model":"App\\Models\\PlatformToken","tags":[]},{"query":"INSERT INTO `platform_tokens` (`expire_date`, `token_hash`, `platform_id`, `id`, `updated_at`, `created_at`) VALUES ('2026-03-12 23:08:09', 'ee890181902f2d3ed9f180a853886172244824eb1f501a87b5a4f778dea904ae', 1, '72360d5a-7002-4684-8bba-a13ba2a2defc', '2026-03-11 23:08:11', '2026-03-11 23:08:11')","duration":9.38,"connection":"mysql","time":1773256091.42077,"trace":[{"call":"Illuminate\\Database\\Eloquent\\Relations\\HasOneOrMany->create()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Services\\PlatformAuthService.php","line":28,"isVendor":false},{"call":"App\\Services\\PlatformAuthService->login()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Http\\Controllers\\Auth\\PlatformAuthController.php","line":30,"isVendor":false},{"call":"App\\Http\\Controllers\\Auth\\PlatformAuthController->login()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54,"isVendor":true},{"call":"Illuminate\\Routing\\Controller->callAction()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":43,"isVendor":true},{"call":"Illuminate\\Routing\\ControllerDispatcher->dispatch()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":259,"isVendor":true},{"call":"Illuminate\\Routing\\Route->runController()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205,"isVendor":true},{"call":"Illuminate\\Routing\\Route->run()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Router.php","line":806,"isVendor":true},{"call":"Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":144,"isVendor":true},{"call":"Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Middleware\\SubstituteBindings.php","line":50,"isVendor":true},{"call":"Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":183,"isVendor":true}],"model":"App\\Models\\PlatformToken","tags":[]}],"databaseQueriesCount":4,"databaseSlowQueries":0,"databaseSelects":2,"databaseInserts":1,"databaseUpdates":1,"databaseDeletes":0,"databaseOthers":0,"databaseDuration":16.310000000000002,"cacheQueries":[{"type":"hit","key":"d189a3df25facd3522214377f5876bcb","expiration":null,"time":1773256089.102043,"connection":null,"trace":[{"call":"Illuminate\\Foundation\\Http\\Kernel->handle()","file":"C:\\xampp2\\htdocs\\dinex\\public\\index.php","line":51,"isVendor":false}]},{"type":"hit","key":"d189a3df25facd3522214377f5876bcb","expiration":null,"time":1773256091.48079,"connection":null,"trace":[{"call":"Illuminate\\Foundation\\Http\\Kernel->handle()","file":"C:\\xampp2\\htdocs\\dinex\\public\\index.php","line":51,"isVendor":false}]}],"cacheReads":2,"cacheHits":2,"cacheWrites":0,"cacheDeletes":0,"cacheTime":0,"modelsActions":[{"model":"App\\Models\\PlatformToken","key":"72360d5a-7002-4684-8bba-a13ba2a2defc","action":"created","attributes":[],"changes":[],"time":1773256.0914303132,"query":"INSERT INTO `platform_tokens` (`expire_date`, `token_hash`, `platform_id`, `id`, `updated_at`, `created_at`) VALUES ('2026-03-12 23:08:09', 'ee890181902f2d3ed9f180a853886172244824eb1f501a87b5a4f778dea904ae', 1, '72360d5a-7002-4684-8bba-a13ba2a2defc', '2026-03-11 23:08:11', '2026-03-11 23:08:11')","duration":9.38,"connection":"mysql","trace":[{"call":"Illuminate\\Database\\Eloquent\\Relations\\HasOneOrMany->create()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Services\\PlatformAuthService.php","line":28,"isVendor":false},{"call":"App\\Services\\PlatformAuthService->login()","file":"C:\\xampp2\\htdocs\\dinex\\app\\Http\\Controllers\\Auth\\PlatformAuthController.php","line":30,"isVendor":false},{"call":"App\\Http\\Controllers\\Auth\\PlatformAuthController->login()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54,"isVendor":true},{"call":"Illuminate\\Routing\\Controller->callAction()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":43,"isVendor":true},{"call":"Illuminate\\Routing\\ControllerDispatcher->dispatch()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":259,"isVendor":true},{"call":"Illuminate\\Routing\\Route->runController()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205,"isVendor":true},{"call":"Illuminate\\Routing\\Route->run()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Router.php","line":806,"isVendor":true},{"call":"Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":144,"isVendor":true},{"call":"Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Middleware\\SubstituteBindings.php","line":50,"isVendor":true},{"call":"Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()","file":"C:\\xampp2\\htdocs\\dinex\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php","line":183,"isVendor":true}],"tags":[]}],"modelsRetrieved":{"App\\Models\\Platform":1},"modelsCreated":{"App\\Models\\PlatformToken":1},"modelsUpdated":[],"modelsDeleted":[],"redisCommands":[],"queueJobs":[],"timelineData":[{"description":"Controller","start":1773256089.066058,"end":1773256091.482483,"duration":2416.4249897003174,"color":null,"data":null}],"log":[],"events":[],"routes":[],"notifications":[],"emailsData":[],"viewsData":[],"userData":[],"httpRequests":[],"subrequests":[],"xdebug":[],"commandName":null,"commandArguments":[],"commandArgumentsDefaults":[],"commandOptions":[],"commandOptionsDefaults":[],"commandExitCode":null,"commandOutput":null,"jobName":null,"jobDescription":null,"jobStatus":null,"jobPayload":[],"jobQueue":null,"jobConnection":null,"jobOptions":[],"testName":null,"testStatus":null,"testStatusMessage":null,"testAsserts":[],"clientMetrics":[],"webVitals":[],"parent":null,"updateToken":"4d7767e1"}
