Closed filipecabaco closed 4 months ago
Uses an INSERT RLS policy instead of a UPDATE to check if user can connect.
This is done by checking if the user was able to insert and it failed due to unique violation so they had permissions to try and insert.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
we move out this system for authz
What kind of change does this PR introduce?
Uses an INSERT RLS policy instead of a UPDATE to check if user can connect.
This is done by checking if the user was able to insert and it failed due to unique violation so they had permissions to try and insert.