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...
### 🔗 Linked issue #890 [second part] ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix...
### Describe the feature Hi, I'm using the module in `local` mode pointing to an external api (to which I don't have access and cannot edit). During sign in the...
### Environment - Operating System: `Linux` - Node Version: `v22.7.0` - Nuxt Version: `3.13.1` - CLI Version: `3.13.1` - Nitro Version: `2.9.7` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the feature How to change refresh() Header Bearer Token to Bearer Refresh Token ? i need to change Header Bearer Token to Bearer Refresh Token ### How would...
### Environment - Operating System: `Darwin` - Node Version: `v18.18.2` - Nuxt Version: `3.12.3` - CLI Version: `3.12.0` - Nitro Version: `2.9.7` - Package Manager: `[email protected]` - Builder: `-` -...
### Environment ------------------------------ - Operating System: Linux - Node Version: v20.17.0 - Nuxt Version: 3.13.0 - CLI Version: 3.13.1 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...
### Environment ------------------------------ - Operating System: Darwin - Node Version: v22.3.0 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...
### 🔗 Linked issue 889 ([link](https://github.com/sidebase/nuxt-auth/issues/889)) ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix...
### Environment - Operating System: `Darwin` - Node Version: `v20.11.1` - Nuxt Version: `3.12.4` - CLI Version: `3.13.0` - Nitro Version: `2.9.7` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the feature I usually have my API base URL for external APIs in: ```ts runtimeConfig: { public: { apiBaseUrl: 'https://my-awesome-backend.local' } }, ``` and replicate it in `nuxt-auth`...