Browse Source

Update auth config

Daniel Supernault 6 years ago
parent
commit
cdc7207297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/auth.php

+ 1 - 1
config/auth.php

@@ -42,7 +42,7 @@ return [
         ],
 
         'api' => [
-            'driver'   => 'passport',
+            'driver'   => 'token',
             'provider' => 'users',
         ],
     ],