I have created a custom authentication flow where i am able to send OTP and verify the phone number. After verification, i want to insert the authenticated user to supabase table where row level policy for authenticated user is enabled.
During row insertion i am getting error "new row violates row-level security policy for table"