oauth basic

This commit is contained in:
xiaomlove
2024-03-08 03:35:41 +08:00
parent e653fdac6d
commit 08ef14a420
9 changed files with 86 additions and 6 deletions

View File

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