Join Discord
Powered by
You use a security definer function to ignore the ...
# sql
g
garyaustin
06/27/2022, 1:57 PM
You use a security definer function to ignore the RLS policy (or lack there of assuming RLS is enabled). You can do any security you need with where or if statements in that function. Then you call that function with the API.
Previous
Next