Remove Passport and replace with Sanctum, upgrade framework to Laravel 10
This commit is contained in:
@@ -42,7 +42,7 @@ return [
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'driver' => 'passport',
|
||||
'driver' => 'sanctum',
|
||||
'provider' => 'users',
|
||||
'hash' => false,
|
||||
],
|
||||
|
Reference in New Issue
Block a user