Auth.js magic link resend provider not sending URL params to signIn #11956
Unanswered
killjoy2013
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using "next-auth": "^5.0.0-beta.22" in a Next.js 14 application. Using Resend provider to send magic links. So far so good. Now, I need to send some additional data when sending email. Trying it with URLParams;
However, in SignIn callback, I could not get this param with companyId. Am I missing sth? How can I send this additional params?
Thankx
Beta Was this translation helpful? Give feedback.
All reactions