class RequirePassword (View source)
protected ResponseFactory | $responseFactory | The response factory instance. | |
protected UrlGenerator | $urlGenerator | The URL generator instance. | |
protected int | $passwordTimeout | The password timeout. |
void | __construct(ResponseFactory $responseFactory, UrlGenerator $urlGenerator, int|null $passwordTimeout = null) Create a new middleware instance. | |
mixed | handle(Request $request, Closure $next, string|null $redirectToRoute = null) Handle an incoming request. | |
bool | shouldConfirmPassword(Request $request) Determine if the confirmation timeout has expired. |
Create a new middleware instance.
Handle an incoming request.
Determine if the confirmation timeout has expired.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Auth/Middleware/RequirePassword.html