]> _ Git - cubist_socialite.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 09:20:42 +0000 (11:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 09:20:42 +0000 (11:20 +0200)
src/Http/Controllers/SocialiteController.php

index 1ab4a9a5e3a05bfad24d92eded571278e67b1b12..ea43666265d33c075d2f29c79d7d3621f62d7c00 100644 (file)
@@ -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();