mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Improve 2fa verification experience
This commit is contained in:
@@ -46,6 +46,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
|
||||
$middleware->web([
|
||||
\Illuminate\Session\Middleware\AuthenticateSession::class,
|
||||
\App\Http\Middleware\TrustedDevice2FAMiddleware::class, // Add our new trusted device middleware
|
||||
]);
|
||||
|
||||
$middleware->throttleApi('60,1');
|
||||
|
||||
Reference in New Issue
Block a user