nuxt-auth icon indicating copy to clipboard operation
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...

Results 176 nuxt-auth issues
Sort by recently updated
recently updated
newest added

### 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' },...

p3
bug
help-needed

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

bug
pending

### 🔗 Linked issue #730 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a...

enhancement
provider-refresh

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

enhancement
rfc

### 🔗 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...

enhancement
provider-local
provider-refresh

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

p3
enhancement

### 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: - -...

p2
enhancement
provider-authjs
needs-investigation

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

bug
provider-authjs
question

### 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: - -...

p4
bug
provider-refresh

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...

enhancement
provider-authjs
1.x