How can I use the new supabase/ssr in Next.js with Clerk auth?
I want to make authenticated supabse queries from my next js server side components. I am using the new
supabase/ssr package. Does anyone know how to integrate it with Clerk?