vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.08k stars 1.23k forks source link

fix(supabase): enable email confirmations to support PKCE #194

Closed regalstreak closed 1 year ago

regalstreak commented 1 year ago

https://github.com/supabase/auth-helpers/issues/562#issuecomment-1564158745

PKCE is the only flow that'll be supported moving forward and that needs to have autoconfirm disabled if we're using @supabase/auth-helpers-nextjs

Closes this issue too when email-password signup is used locally https://github.com/supabase/auth-helpers/issues/569

vercel[bot] commented 1 year ago

@regalstreak is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

regalstreak commented 1 year ago

CC: @thorwebdev