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: 'johndoe@example.com',
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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