Fix api token authentication

This commit is contained in:
Kevin MacMartin 2022-07-12 12:08:10 -04:00
parent e67a816b5a
commit 9ccb7219c0

View file

@ -40,6 +40,12 @@ return [
'driver' => 'session', 'driver' => 'session',
'provider' => 'users', 'provider' => 'users',
], ],
'api' => [
'driver' => 'token',
'provider' => 'users',
'hash' => false
],
], ],
/* /*