Open mkantautas opened 1 year ago
Hey,
is it possible to have auth middleware set on all pages with exception on some pages .e.g /login ? How would you declare that using this package?
auth
/login
Hi, this is unfortunately not possible right now. I'm working on new major version that will introduce this feature. Stay tuned
Hey,
is it possible to have
auth
middleware set on all pages with exception on some pages .e.g/login
? How would you declare that using this package?