allow for additional headers on-demand with supabase-py #33283
Unanswered
ArthurBlanchon
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What is the current behavior?
Currently you cannot use the supabase-py to add additional headers which however is required in use-cases such as described in https://supabase.com/docs/guides/api/securing-your-api?queryGroups=database-method&database-method=sql&queryGroups=pre-request&pre-request=rate-limit-per-ip
What is the new behavior?
One can pass additionalHeaders and does not have to build a custom wrapper.
It's been solved for supabase/postgrest-js :
supabase/postgrest-js#550
All reactions