JS Auth helpers and Next.js integration production-ready?
I'm working on an older Supabase JS + Next project that used the 1.x supabase js client, and I'm seeing there's a new 2.x client along with these new auth-helpers and a Next.js specific library.
However, the Next.js library seems extremely beta and APIs are being deprecated (like
Any insight into where these newer 2.x-based libraries are at and whether they're stable enough to use at the moment?
However, the Next.js library seems extremely beta and APIs are being deprecated (like
withPageAuth) with no alternative documentation. I am questioning whether I should put in the effort to move to 2.x and use these new libraries when my 1.x version works just fine.Any insight into where these newer 2.x-based libraries are at and whether they're stable enough to use at the moment?