File manager - Edit - /home/linknsbh/proffy.online/vendor/pragmarx/google2fa-laravel/src/Middleware.php
Back
<?php namespace PragmaRX\Google2FALaravel; use Closure; use PragmaRX\Google2FALaravel\Support\Authenticator; class Middleware { public function handle($request, Closure $next) { $authenticator = app(Authenticator::class)->boot($request); if ($authenticator->isAuthenticated()) { return $next($request); } return $authenticator->makeRequestOneTimePasswordResponse(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings