4
Allow magic links directly to website, skipping `[...].supabase.co/auth` (for PKCE)
Source: supabase/supabase#14495 · opened by @kasper9n
When I do PKCE, I send users to /login/auth where I run exchangeCodeForSession(), 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:
> <p>
It would be great if the email link could be just instead. I'm already calling exchangeCodeForSession(), so I assume this would even reduce latency.
That means I get an email link containing a redirect containing a redirect, like this:
> <p>
It would be great if the email link could be just instead. I'm already calling exchangeCodeForSession(), so I assume this would even reduce latency.
No pledges yet. Be the first to back this.
Comments
Similar requests
Enable PKCE flow/code challenge for links generated by auth.admin.generateLink
5 votes · 0 comments
Should Supabase make PKCE optional for confidential clients in the OAuth server?
1 vote · 0 comments
Magic Link Expiration Time for Email Logins
3 votes · 0 comments
Auth code with Magic link
1 vote · 0 comments
Whatsapp Auth
7 votes · 0 comments
No comments yet.