Where can you inject authentication checks on an API request? Technology Community › Category: Laravel › Where can you inject authentication checks on an API request? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Middleware provide a convenient mechanism for filtering HTTP requests entering your application. For example, Laravel includes a middleware that verifies the user of your application is authenticated.