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...
### Describe the feature You can currently manually define types on the `session.dataType` property, but we rely on our back-end for providing the right types. It would be good if...
### Describe the feature My project uses OAuth2.0 so refresh token requires these data ```js { grant_type: 'refresh_token', client_id: clientId, client_secret: clientSecret, refresh_token: refreshToken.value } ``` But currently only a...
### 🔗 Linked issue Closes #621 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a...
### Describe the feature Hello, Is it possible to set the cookie expiration date dynamically? I want to add a "Remember me" option for the user, so that when it's...
### Describe the feature Login process always redirect to api/auth/signin or api/auth/signin/:provider. It seems that is not possible to forward directly to OAUTH provider login page like github or keycloak....
### Environment 读不懂originEnvKey和baseurl 的区别,能改改文档吗 ### Reproduction 读不懂originEnvKey和baseurl 的区别,能改改文档吗 ### Describe the bug 读不懂originEnvKey和baseurl 的区别,能改改文档吗 ### Additional context _No response_ ### Logs ```shell-script ```