-1

I have integrated laravel socialite in my project. When I login with FB using socialite and close the tab and re opens it then I have to do login process again. Is it destroying my session? Any idea?

Faisal Shani
  • 698
  • 1
  • 13
  • 37

1 Answers1

0

You can get the id of the user then login with the id

Auth::loginUsingId($userID);
mohamed hassan
  • 479
  • 3
  • 6