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,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user