nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Enhancement: Update support for latest Supabase SSR build
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?