EnsureRecoveryCodeWasSent
class EnsureRecoveryCodeWasSent (View source)
Middleware that ensures a recovery code has been requested before allowing the user to proceed to the code validation step.
This is used in the password recovery flow to prevent direct access to code validation routes without first requesting a recovery code.
Methods
Details
Response
handle(Request $request, Closure $next)
Handle an incoming request.