PHP Класс App\Http\Middleware\IsStalePassword

Показать файл Открыть проект

Открытые методы

Метод Описание
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Check if the users password was changed within last 6 months or not If not ask to change the password, before the user can log in

Описание методов

handle() публичный Метод

Check if the users password was changed within last 6 months or not If not ask to change the password, before the user can log in
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
Результат mixed