nuxt-permissions
nuxt-permissions copied to clipboard
Nuxt module for permission management
Adding `definePageMeta({ middleware: ['nuxt-permissions'] })` to a page, causes it to return with a 404 error. It does the same if I include my `auth.global.ts` as middleware (it is currently...
hi, this is not a issue but are you still developing this module? i was thinking to use this module but i saw you said not ready for production.
When I enter into a page from url instead navigate from project, Nuxt 3 throw a 404 page, even though the page does exist
I have upgraded Vue to 3.5.0 and Nuxt to 3.13.1. Since this upgrade, there is an error in ESLint: at the line: ```typescript definePageMeta({ middleware: [ 'nuxt-permissions' // Type 'string'...