configuring which websites can make API request #12327
Unanswered
dovenokan
asked this question in
Feature Requests
Replies: 1 comment
|
This should be doable today, using something like pg_headerkit: https://github.com/supabase-community/pg_headerkit You can add these to your RLS policies |
0 replies
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.
Feature request
Is your feature request related to a problem? Please describe.
I have "website X" and I am using supabase API.
If I'm not using middleware, someone steal my api from source code easily.
Describe the solution you'd like
if request_url == "website X" => then allow request
So I don't need a middleware for my small projects.
Additional context
If I'm not aware of what I suggest or supabase has something like that, please tell me.
Thanks!
All reactions