nuxt-auth
nuxt-auth copied to clipboard
🔐 Nuxt user authentication and sessions via authjs (next-auth), local and refresh providers. nuxt-auth wraps NextAuth.js to offer the reliability & convenience of a 12k star library to the nuxt 3 eco...
### Environment OS: Windows 11 Browser: Chrome(the only one I work) ### Reproduction **My nuxt.config.ts configuration** ``` auth: { baseURL: process.env.NUXT_PUBLIC_AUTH_URL, provider: { type: 'refresh', pages: { login: '/login' },...
### Environment Working directory: /Users/me/mycompany/beta/bo 10:21:40 Nuxt project info: (copied to clipboard) 10:21:40 ------------------------------ - Operating System: Darwin - Node Version: v21.7.1 - Nuxt Version: 3.11.1 - CLI Version: 3.11.1...
### 🔗 Linked issue #730 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a...
### Describe the feature Implement similar functionality of `Nuxt 2 nuxt-auth module`: [Feature](https://github.com/nuxt-community/auth-module/pull/185) ### How would you implement this? _No response_ ### Additional information - [ ] Would you be...
### 🔗 Linked issue https://github.com/sidebase/nuxt-auth/issues/622 https://github.com/sidebase/nuxt-auth/issues/656 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a...
### Describe the feature If you want to use the signOut method along with some server side token blacklists it is necessary to send the refresh token in the body...
### Environment - Operating System: Linux - Node Version: v18.18.2 - Nuxt Version: 3.11.1 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...
### Environment Working directory: /app Nuxt project info: ------------------------------ - Operating System: Linux - Node Version: v20.11.1 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 -...
### Environment - Operating System: Linux - Node Version: v20.12.1 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...
Hello everyone 👋 The time has come: We are slowly moving forward to migrate NuxtAuth from using NextAuth under the hood to running the new authjs package! This will come...