Authenticating Mobile Users on a Next.js Server with Supabase and RLS Policies #31060
Unanswered
NisargDev2023
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 row-level security (RLS) policies in place that ensure only authenticated users can access specific data.
My goal is to:
Could you please guide me on how to achieve this setup? A working example would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions