DEV Community

Cover image for laravel
Saad Gatini
Saad Gatini

Posted on

laravel

Title: Laravel Authentication Middleware Not Working on Routes
Introduction

I'm facing an issue with authentication middleware in my Laravel project. When I add the auth middleware to my routes, authentication does not work correctly, but when I remove the middleware, everything functions as expected. I’d like to understand why this happens and how to fix it.

Top comments (0)