How to bypass the session

My application have login and CSRF authentication here I need to access one particular url without login. how can I achieve this.

You could group your routes and add your Middleware like Auth and CSRF where you need it, except for the route/s you don’t want to protect.

1 Like