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,
|
||||
],
|
||||
|
@@ -31,7 +31,6 @@ return [
|
||||
'notifications:table',
|
||||
'optimize:*',
|
||||
'package:discover',
|
||||
'passport:*',
|
||||
'queue:*',
|
||||
'route:*',
|
||||
'serve',
|
||||
|
Reference in New Issue
Block a user