Hey all, quick question. Is there a way to set the...
# help
a
Hey all, quick question. Is there a way to set the redirect URL for magic link? I tried to set both the Site URL and Additional Redirect URLs to my
localhost:3000/authFlow
endpoint but when I click on my magic link I'm still sent to the homepage regardless?
My quick and dirty solution as of right now is hard coding the
/authFlow
link at the end of the
confirmationUrl
in the template, but I assume there should be a cleaner way?
w
You can add any redirect url that is listed in "additional redirect urls"
We are using it for cool-app.com, staging.cool-app.com and localhost:3000
The client just has to add that redirect-uri manually (with protocol etc)