From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 15:16:31 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a14f61b02304f3c1af9cb1e1eeadb6cd55f48464;p=odl.git wip #4765 --- diff --git a/config/auth.php b/config/auth.php index d37c8da..06beba1 100644 --- a/config/auth.php +++ b/config/auth.php @@ -37,7 +37,7 @@ return [ 'guards' => [ 'web' => [ - 'driver' => 'session', + 'driver' => 'socialite', 'provider' => 'users', ], ],