]> _ Git - odl.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 15:16:31 +0000 (17:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 15:16:31 +0000 (17:16 +0200)
config/auth.php

index d37c8da5c8223f57770f14bba05351a2080622ee..06beba1172ac9d59ba8f90f9467c76103415134a 100644 (file)
@@ -37,7 +37,7 @@ return [
 
     'guards' => [
         'web' => [
-            'driver' => 'session',
+            'driver' => 'socialite',
             'provider' => 'users',
         ],
     ],