App\Http\Middleware
Classes
Middleware responsible for encrypting and decrypting cookies.
Middleware that ensures the password recovery code has been validated before allowing access to sensitive routes, such as password reset pages.
Middleware that ensures a recovery code has been requested before allowing the user to proceed to the code validation step.
Middleware that ensures at least one user exists in the system.
Middleware that authenticates users using a JWT stored in a cookie.
Middleware that prevents registration if users already exist.
Middleware that redirects authenticated users away from guest routes.
Middleware that prevents requesting a new recovery code if one has already been sent and is still valid.