nuxt-3-auth icon indicating copy to clipboard operation
nuxt-3-auth copied to clipboard

A simple authentication module for Nuxt 3

Results 2 nuxt-3-auth issues
Sort by recently updated
recently updated
newest added

Can you please clarify why I can't get `loggedIn.value` on SSR is this intended behaviour? here is how my code looks like: ``` const { $auth } = useNuxtApp() const...

bug

I'm trying to use this module but just by enabling the module (after `@pinia/nuxt`) everything explodes. e.g. https://github.com/amery/nuxt-3-auth-test ```ts modules: [ '@nuxt/eslint', '@pinia/nuxt', '@trandaison/nuxt-3-auth', ], auth: { debug: !isProduction, },...