Global middleware exclude list
[issue link]Hi @Atinux
I’m using global middleware to protect authenticated pages. At the middleware, i’m just redirect to / and there is the problem, redirect loop when visiting /.
I know we can use middleware on every pages, but to much pages. It would be nice if we can exclude some pages.
Any suggestion?