Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 7, 2026

Login form submissions were exposing credentials as URL query parameters (/[email protected]&password=superpassword) instead of using Livewire's POST mechanism.

Root Cause

Routes were configured for Volt functional components while actual implementations are class-based Livewire components, causing Livewire to fail initialization and fall back to standard HTML form GET requests.

Changes

Updated routes/auth.php - Changed from Volt routes to class-based Livewire routes:

// Before: Volt routing
Volt::route('login', 'auth.login')->name('login');

// After: Direct class-based routing
Route::get('login', \App\Livewire\Auth\Login::class)->name('login');

Applied to all auth routes: login, register, forgot-password, reset-password, verify-email, confirm-password.

Updated test files - Changed from Volt::test() to Livewire::test() with class references in:

  • AuthenticationTest.php
  • PasswordConfirmationTest.php
  • PasswordResetTest.php
  • RegistrationTest.php

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/CarbonPHP/carbon/zipball/ff2f20cf83bd4d503720632ce8a426dc747bf7fd
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/b6ff9f93603561f50e53b64310495d20b8dff5d8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/0bc1e1361e7fffc2be156f46ad1fba6927c01729
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8d441ec99f8612b942b55f5183151d91591b618a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/composer/class-map-generator/zipball/ffe442c5974c44a9343e37a0abcb1cc37319f5b9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/iamcal/SQLParser/zipball/644fd994de3b54e5d833aecf406150aa3b66ca88
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/larastan/larastan/zipball/d84d5a3b6536a586899ad6855a3e098473703690
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/laravel/framework/zipball/2fb06941bc69ea92f28b2888535ab144ee006889
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/laravel/pail/zipball/f31f4980f52be17c4667f3eafe034e6826787db2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/laravel/pint/zipball/370772e7d9e9da087678a0edf2b11b6960e40558
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/laravel/sail/zipball/fe1a4ada0abb5e4bd99eb4e4b0d87906c00cdeec
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/laravel/serializable-closure/zipball/f379c13663245f7aa4512a7869f62eb14095f23f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/pestphp/pest-plugin/zipball/e79b26c65bc11c41093b10150c1341cc5cdbea83
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-debugbar/php-debugbar/zipball/16fa68da5617220594aa5e33fa9de415f94784a0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/error-handler/zipball/aabf79938aa795350c07ce6464dd1985607d95d5
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/http-foundation/zipball/ee1b504b8926198be89d05e5b6fc4c3810c090f0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/http-kernel/zipball/9f1103734c5789798fefb90e91de4586039003ed
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/mailer/zipball/f3871b182c44997cf039f3b462af4a48fb85f9d3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/translation/zipball/283856e6981286cc0d800b53bd5703e8e363f05a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/symfony/yaml/zipball/ac238f173df0c9c1120f862d0f599e17535a87ec
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/commonmark/zipball/d990688c91cedfb69753ffc2512727ec646df2ad
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)
  • https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991
    • Triggering command: /usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/c7lt78 /usr/bin/composer install --no-interaction --prefer-dist (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Can't login</issue_title>
<issue_description>I've followed every step of the installation. When trying to login with the credentials created via php app:create-super-admin, the URL returned to https://mydomain.com/login?email=admin%40admin.com&password=superpassword (The domain name, admin email, and admin password in this URL is not real). I checked the database, there's surely one user I created. How come?</issue_description>

Comments on the Issue (you are @copilot in this section)

@mortenebak I've never seen this before. Do you have a public repository we can look at? @mortenebak I can see that you page has this issue, However, I've now used this starter on at least 15 small projects myself without ever running into this issue. Can you try again, and/or explain how you installed it :)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix login issue with super admin credentials Fix login credentials exposed in URL due to Volt/Livewire routing mismatch Jan 7, 2026
Copilot AI requested a review from mortenebak January 7, 2026 10:06
@mortenebak mortenebak marked this pull request as ready for review January 8, 2026 10:49
@mortenebak mortenebak merged commit 923ee95 into main Jan 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't login

2 participants