Fix for method-illuminate-auth-requestguard-attempt-does-not-exist
Hi,
I was having troubles with the "remember me" function.
From the stacktrace i found the bug in the vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php:42
which is :
I use Jetstream so I had logged in with the "remember me" box checked. Then you close the window without logout. This problem was caused by returning to any url in my webapp at the end of the SESSION_LIFETIME timer.
I changed this timer to 1 min in the .ENV file to facilitate testing.