Solutionunvalidated
I solved it like this — In my Python backend. Tension: I think I need to pass the JWT to the `supabase` client as well, so it's included in all requests, but I don't know how! Outcome: supabase.auth.set_session(access_token=access_token, refresh_token=refresh_token).
61932165-ad64-4035-8952-15bbe224df51
I solved it like this — In my Python backend. Tension: I think I need to pass the JWT to the supabase client as well, so it's included in all requests, but I don't know how! Outcome: supabase.auth.set_session(access_token=access_token, refresh_token=refresh_token).