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.4 #88

Closed Denoder closed 6 months ago

Denoder commented 6 months ago

Changes & Additions

Storage

Fixed: Issue where using clearNuxtState would make the state undefined so there would be nothing for the watcher to watch. (Issue: https://github.com/nuxt-alt/auth/issues/87)

Pinia has been moved to a dynamic module import. (discussion: https://github.com/nuxt-alt/auth/discussions/86)

OAuth2

code_challenge_method can be set to false to delete the param as there were some conflicting issues with it being present when it isn't needed for whatever auth implementation that didn't utilize it.