79647803

Date: 2025-06-01 18:17:26
Score: 1.5
Natty:
Report link

Apparently this solved the issue...

-- Create a policy that allows authenticated users to read their own data
CREATE POLICY "Users can read their own profile" ON app_users
FOR SELECT 
TO authenticated 
USING (auth_id = auth.uid());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: victor garcia exposito