From 05391b498385b72aa4197014fbc787e5bed13f5e Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 12 Feb 2020 08:21:21 -0300 Subject: [PATCH] Fix auth. issue - change token driver to passport --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index 499856048..28224016c 100644 --- a/config/auth.php +++ b/config/auth.php @@ -42,7 +42,7 @@ ], 'api' => [ - 'driver' => 'token', + 'driver' => 'passport', 'provider' => 'users', 'hash' => false, ],