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

Upgrade to `@supabase/auth-helpers-nextjs` v0.5 #159

Closed adamzerner closed 1 year ago

adamzerner commented 1 year ago

This repo currently uses v0.4 that uses things like withPageAuth which are now deprecated.

Migration guide: https://supabase.com/docs/guides/auth/auth-helpers/nextjs#migrating-to-v05x

JoshElgar commented 1 year ago

This is already done