From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 09:20:42 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=08c75f61ad934c3f60df090cc5056149f61d8ad4;p=cubist_socialite.git wip #4765 --- diff --git a/src/Http/Controllers/SocialiteController.php b/src/Http/Controllers/SocialiteController.php index 1ab4a9a..ea43666 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -33,8 +33,8 @@ class SocialiteController extends Controller try { $user = Socialite::driver($provider)->user(); $authUser = $this->findOrCreateUser($user, $provider); - Auth::login($authUser, true); + dd($authUser); return redirect('/test'); } catch (\Exception $e) { return $this->redirect();