Custom Email Callback #2407
Unanswered
italodeandra
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.
-
My email authentication generates this callback URL:
http://localhost:3001/api/auth/callback/email?email=myemail%40gmail.com&token=e9d0c9f1d28176cb3974ded3da0645b0aea9eaecfa597eff0509d0dfbbe16991
Is it possible to use a custom URL? I'm already using a custom mailer with
sendVerificationRequest
and I understand that I can change the URL to my ownhttp://localhost:3001/?token=${token}
, but how do I handle that on my custom page?PS: GitHub Discussions search sucks, I tried to look for a lot of title variants to check if someone else asked this before, but the same discussions is shown for every search. So if this is a duplicate, please send me the link of the original.
Beta Was this translation helpful? Give feedback.
All reactions