All Questions
1 question
0
votes
0
answers
39
views
Authenticating Mobile Users on a Next.js Server with Supabase and RLS Policies
I am using the Supabase signup method to authenticate users in a mobile app. I want to make API requests to my Next.js server, where I also use the Supabase SDK to interact with the database. I have ...