© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
Lsec

Cannot read data with RLS on python

Guys, apologies if that is the wrong channel for that but, I am scraping the documentation and I am not able to find a way to pass jwt to python. I want to pretty much write to RLS table, I have to token but cannot pass it to the API, here is my code:
def ConfigureUser(jwt):
d = supabase.auth.set_auth(access_token=jwt)
#data = supabase.table("user_settings").select("*").execute()

data2 = supabase.table("user_settings").insert({"RoleId":"123","VerifyChannelId": "123"}, returning="minimal").execute()
print (data2)
Any help please?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

RLS not allowing to read data
SupabaseSSupabase / help-and-questions
2mo ago
Python: Insertion with RLS enabled
SupabaseSSupabase / help-and-questions
14mo ago
Cannot retrieve/read correct data
SupabaseSSupabase / help-and-questions
3y ago
Client-side data fetch with RLS
SupabaseSSupabase / help-and-questions
4y ago