I'm facing issue with the Remember Me built-in feature in Laravel: it just doesn't work anymore. Actually, it does work for some time, but doesn't last more than a few hours…
The only thing I can see that changed since it doesn't work anymore is the add of Socialite, which allows the use of social network to register and log into a website.
I obviously didn't changed the code inside the core of Laravel or Socialite vendor.
I didn't change the settings, neither in code nor in PHP config
Also, I checked the code I was using since then (which didn't change either) and it seems to be correct with Auth::login($user, true)
as explained in the documentation (second parameter says "remember that user")
Any idea what could have been wrong? Could it be a recent update on Laravel (I read that on a forum, but nowhere else)?