nuxt-alt / auth

An alternative module to @nuxtjs/auth
https://nuxt-alt-auth.vercel.app/
MIT License
113 stars 20 forks source link

Possible fix for #30. #32

Closed Xezard closed 1 year ago

Xezard commented 1 year ago

https://github.com/nuxt-alt/auth/issues/30

The error in issue occurs only when automatic import is disabled in nuxt itself - because the module does not have direct import and it crashes. If you enable automatic import from nuxt, the useRuntimeConfig import will be resolved automatically.