How to pass custom params to resend callback url? #11233
Unanswered
michalkvasnicak
asked this question in
Help
Replies: 1 comment
-
I know it's late, but I had the same question and for future googlers, you can pass the await signIn('resend', {
email: '[email protected]',
redirectTo: '/lobby',
}) For some reason Typescript doesn't autocomplete the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to pass some extra information when signing in using Resend in order to store that on user profile when it is first created.
So far I tried cookies but now help. I also tried following in my server action:
But the resulting callback URL in the email does not contain
myCustomParam
and there is no way to get it.Is there any way how to do so?
Beta Was this translation helpful? Give feedback.
All reactions