N
Nuxt4mo ago
shareef

nuxt-auth-utils: LinkedIn OAuth not triggering callbacks

Not sure if anyone has experience with LinkedIn provider with nuxt-auth-utils, but the onSuccess and onError callback are not triggering for me. It shows the LinkedIn page properly, lets you log in, adds a ?code= query param and redirects, but then doesn't trigger either callback. Reproduction and further details here: https://github.com/atinux/nuxt-auth-utils/issues/416.
GitHub
GitHub - atinux/nuxt-auth-utils: Add Authentication to Nuxt applica...
Add Authentication to Nuxt applications with secured & sealed cookies sessions. - atinux/nuxt-auth-utils
GitHub
atinux/nuxt-auth-utils
Add Authentication to Nuxt applications with secured & sealed cookies sessions. - atinux/nuxt-auth-utils
3 Replies
kapa.ai
kapa.ai4mo ago
Hi @shareef. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I'm sorry, but the knowledge sources provided do not contain specific information about issues with the LinkedIn OAuth provider in nuxt-auth-utils, nor do they mention problems with the onSuccess or onError callbacks not triggering. The documentation and examples available focus on general setup, supported providers, and usage of nuxt-auth-utils, but do not address this particular LinkedIn callback issue or provide troubleshooting steps for it. For further assistance, I recommend following up directly in the GitHub issue you referenced or checking for updates in the nuxt-auth-utils repository and its issues section. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4mo ago
<@837781912113512449> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
shareef
shareefOP4mo ago
oooh I think I know what I am doing wrong.. the redirect route in my LinkedIn app is supposed to be the OAuth route... whops

Did you find this page helpful?