mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
This commit is contained in:
+3
-1
@@ -176,12 +176,14 @@ class Kernel extends HttpKernel
|
||||
CreateFreshApiToken::class,
|
||||
],
|
||||
|
||||
// full API authentication
|
||||
'api' => [
|
||||
EnsureFrontendRequestsAreStateful::class,
|
||||
'auth:api,sanctum',
|
||||
'bindings',
|
||||
],
|
||||
'apiY' => [
|
||||
// do only bindings, no auth
|
||||
'api_basic' => [
|
||||
'bindings',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user