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