mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
API token thing
This commit is contained in:
parent
3653469dda
commit
c1f0dedd09
@ -90,8 +90,8 @@ class Kernel extends HttpKernel
|
|||||||
StartFireflySession::class,
|
StartFireflySession::class,
|
||||||
ShareErrorsFromSession::class,
|
ShareErrorsFromSession::class,
|
||||||
VerifyCsrfToken::class,
|
VerifyCsrfToken::class,
|
||||||
CreateFreshApiToken::class,
|
|
||||||
AuthenticateSession::class,
|
AuthenticateSession::class,
|
||||||
|
CreateFreshApiToken::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
// only the basic variable binders.
|
// only the basic variable binders.
|
||||||
@ -155,8 +155,8 @@ class Kernel extends HttpKernel
|
|||||||
MFAMiddleware::class,
|
MFAMiddleware::class,
|
||||||
Range::class,
|
Range::class,
|
||||||
Binder::class,
|
Binder::class,
|
||||||
CreateFreshApiToken::class,
|
|
||||||
InterestingMessage::class,
|
InterestingMessage::class,
|
||||||
|
CreateFreshApiToken::class,
|
||||||
],
|
],
|
||||||
// MUST be logged in
|
// MUST be logged in
|
||||||
// MUST have 2fa
|
// MUST have 2fa
|
||||||
|
Loading…
Reference in New Issue
Block a user