Allow magic links directly to website, skipping [...].supabase.co/auth (for PKCE)
#14495
Unanswered
kasper9n
asked this question in
Feature Requests
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.
Uh oh!
There was an error while loading. Please reload this page.
When I do PKCE, I send users to
/login/authwhere I runexchangeCodeForSession(), then to a page the user should be sent to.That means I get an email link containing a redirect containing a redirect, like this:
It would be great if the email link could be just
https://mywebsite.com/login/auth?redirect_to=/accountinstead. I'm already callingexchangeCodeForSession(), so I assume this would even reduce latency.All reactions