Nuxt-auth-utils custom provider
Hello,
I'm a bit confused about how to register my custom provider with nuxt-auth-utils.
Thanks!
2 Replies
what do you mean by custom provider?
https://github.com/Atinux/nuxt-auth-utils?tab=readme-ov-file#supported-oauth-providers
GitHub
GitHub - Atinux/nuxt-auth-utils: Minimal Auth module for Nuxt 3.
Minimal Auth module for Nuxt 3. Contribute to Atinux/nuxt-auth-utils development by creating an account on GitHub.
I'm having issues with this today. I followed @Atinux 's suggestion, and it seems to "want" to work, but it's creating excessive redirects, and on the server it shows that it cannot find the env variables (even though I've added them), and it also logs that the callback url does not exist (even though I added it to
/server/api/auth/custom-provider
) Any suggestions on how it needs to be set up to get it working?GitHub
Create OAuth provider in userland code · Issue #59 · atinux/nuxt-...
I'm curious about the possibility of writing an OAuth provider in userland code. I'm currently interacting with one that doesn't seem to justify inclusion in this library due to its lim...