mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
API token thing
This commit is contained in:
@@ -90,8 +90,8 @@ class Kernel extends HttpKernel
|
||||
StartFireflySession::class,
|
||||
ShareErrorsFromSession::class,
|
||||
VerifyCsrfToken::class,
|
||||
CreateFreshApiToken::class,
|
||||
AuthenticateSession::class,
|
||||
CreateFreshApiToken::class,
|
||||
],
|
||||
|
||||
// only the basic variable binders.
|
||||
@@ -155,8 +155,8 @@ class Kernel extends HttpKernel
|
||||
MFAMiddleware::class,
|
||||
Range::class,
|
||||
Binder::class,
|
||||
CreateFreshApiToken::class,
|
||||
InterestingMessage::class,
|
||||
CreateFreshApiToken::class,
|
||||
],
|
||||
// MUST be logged in
|
||||
// MUST have 2fa
|
||||
|
Reference in New Issue
Block a user