Hesto/multi-auth

Multi-Auth + Socialite login not working

Closed this issue · 1 comments

I'm trying to log in with Google.
I am saving user data in the database, but I can not log in.

Auth::login($authCustomer, true); // not working

my guard name: customer

I solved the problem: D

Auth::guard('customer')->login($authCustomer, true); :D :D