diff options
author | Marvin Borner | 2018-07-20 14:09:41 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-20 14:09:41 +0200 |
commit | 400591b34d4b0a6288834539808a9dede8a60e3a (patch) | |
tree | a1aab8b14a620af4cb5b7130c5efd3eaa2ba7a7d /config | |
parent | 932d439444f10774bff546923cc0a2e5e2f2857b (diff) |
Added passport (for oauth2)
Diffstat (limited to 'config')
-rw-r--r-- | config/auth.php | 2 |
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', ], ], |