aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorMarvin Borner2018-07-20 14:09:41 +0200
committerMarvin Borner2018-07-20 14:09:41 +0200
commit400591b34d4b0a6288834539808a9dede8a60e3a (patch)
treea1aab8b14a620af4cb5b7130c5efd3eaa2ba7a7d /config
parent932d439444f10774bff546923cc0a2e5e2f2857b (diff)
Added passport (for oauth2)
Diffstat (limited to 'config')
-rw-r--r--config/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auth.php b/config/auth.php
index 7817501..f8a1194 100644
--- a/config/auth.php
+++ b/config/auth.php
@@ -42,7 +42,7 @@ return [
],
'api' => [
- 'driver' => 'token',
+ 'driver' => 'passport',
'provider' => 'users',
],
],