You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support redirectURL config for all providers
* 🔧 attempt at allowing a configurable redirectUrl for google
* 🚧 temporarily pull our extend since it breaks
* ♻️ put extends back
* ✨ proper override just like microsoft
* 🔧 GitHub needs this as well
* chore: add redirectURL support for all providers
* chore: update doc
---------
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
Make sure to set the callback URL in your OAuth app settings as `<your-domain>/auth/github`.
235
235
236
+
If the redirect URL mismatch in production, this means that the module cannot guess the right redirect URL. You can set the `NUXT_OAUTH_<PROVIDER>_REDIRECT_URL` env variable to overwrite the default one.
237
+
236
238
### Extend Session
237
239
238
240
We leverage hooks to let you extend the session data with your own data or log when the user clears the session.
0 commit comments