Supabase queries on my app do not work. It appears that my Supabase API key is being used in the authorization header rather than a users JWT, leading to the request being denied
User's JWT not being used on Supabase query
Database & APIs
If I disable RLS the queries work, so I know Flutterflow is connect to Supabase correctly
If I call Supabase DB from postman with the users JWT in the Bearer then queries work so I know that my RLS rules are set up correctly
Yes
3
13 replies