Join Discord
Powered by
Is there a way to view a supabase api that's publi...
# help
m
Marky
11/10/2021, 8:02 AM
Is there a way to view a supabase api that's public and read only without a key?
s
silentworks
11/10/2021, 10:14 AM
No I don't think this is possible, is this happening for you or do you have a use case where you need this?
m
Marky
11/10/2021, 1:03 PM
I wanted a website to be able to get data without having to use authentication.
Marky
11/10/2021, 1:03 PM
Since it is public read only data
s
silentworks
11/10/2021, 1:06 PM
If you use anon key and don't turn RLS on the table then its public, but you can't access the API without the anon key
Previous
Next