manchenkoff / nuxt-auth-sanctum

Nuxt module for Laravel Sanctum authentication
https://manchenkoff.gitbook.io/nuxt-auth-sanctum/
MIT License
116 stars 16 forks source link

[Bug] Global middleware 'excludeFromAuth' wrong parameter #81

Closed Trixpua closed 2 months ago

Trixpua commented 2 months ago

Documentation say to use excludeFromAuth in definePageMeta but global middleware read to.meta.excludeFromSanctum instead of to.meta.excludeFromAuth

manchenkoff commented 2 months ago

Hey @Trixpua, good catch, thanks! I've just updated docs