vercel / nextjs-subscription-payments

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

Enhancement: Update support for latest Supabase SSR build #353

Open stevengrimaldo opened 1 week ago

stevengrimaldo commented 1 week ago

Supabase has come out with their latest build going from 0.3.0 to 0.4.0 where they have ground breaking refactor on cookie setting on the server and in the middleware.

See discussion here: https://github.com/orgs/supabase/discussions/27037. See latest docs here: https://supabase.com/docs/guides/auth/server-side/nextjs

Is it possible to get the implementation updated to support the latest for reference?