Preventing Google User Signup with Supabase RLS in WeWeb
Add a "Log in with Google" button. This button is configured in Supabase, and you need to create a Row Level Security (RLS) rule in the
The button is integrated into WeWeb.
Currently, I am attempting to implement the following policy:
However, when the "Log in with Google" button is clicked, a new user is still being created in the
The issue might be with the policy or with the configuration in WeWeb.
Let me know if you'd like further edits or enhancements!
auth.users table to prevent the creation of users who log in with Google. The button is integrated into WeWeb.
Currently, I am attempting to implement the following policy:
However, when the "Log in with Google" button is clicked, a new user is still being created in the
auth.users table, which I want to prevent. The issue might be with the policy or with the configuration in WeWeb.
Let me know if you'd like further edits or enhancements!