-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python realtime with RLS #86
Labels
bug
Something isn't working
Comments
PLease fix this |
is this why I am only getting INSERTs (public info) but not UPDATES (I guess RLS forbids these events?), even I am using SERVICE ROLE KEY? |
I was able to get it working after a few hours. This is my code:
Remeber to call the set_auth method. |
@sidtuladhar Freaking genius. The documentation is misleading and imcomplete... Thanks man |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Describe the bug
Unable to catch event if policy checking if user is authentificated exists on table.
To Reproduce
Python client code:
It is work for public tables, but when we want to enable RLS and allow to CRUD only for authentificated users with following policy:
Expected behavior
Be able to authentificate with Bearer JWT token as user
System information
The text was updated successfully, but these errors were encountered: