# Middleware

Middleware provide a convenient mechanism for filtering HTTP requests entering your application.

Middleware

For example, Laravel includes a middleware that verifies the user of your application is authenticated. If the user is not authenticated, the middleware will redirect the user to the login screen.

Middleware