NuxtN
Nuxt2y ago
bruh

Ways to have local middleware inside server/

I want to do authentication inside some of protected api routes. normally i have to put the checking for token header inside every single routes. can i have a local middleware to handling that
Was this page helpful?