nuxt-alt / auth

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

v3.0.0 #79

Closed Denoder closed 7 months ago

Denoder commented 7 months ago

Changes & Additions

Pinia

Pinia is no longer required to use the auth module but can still be used. By default, it is disabled and instead nuxt's useState will be used instead.

Storage

Cookie Scheme

Typescript

Nuxt i18n

The module now has basic support for nuxt/i18n. Since this is new, if you encounter any issues please don't hesitate to ask. The i18n will change the locale of the redirects.


Documentation

I don't have the resources to set up a documentation page for all of these, but I still do have the Stackblitz setup so you may use that as I will update it when needed.