anon_123
04/11/2022, 10:42 AMauth.users.id as a foreign key relation on my data?
Example: I have a list of posts (visible to everyone) these posts have a user_id that is the aforementioned foreign key.
Now if userA goes and looks at userBs post: supabase.from('posts').select('*').match({ id: userA.id }) he is gonna get the user_id too!
Is this bad? Should I have a seperate table? What could go wrong?
Does supabase have column level security like for example Keystone?Needle
04/11/2022, 10:42 AM/title command!
We have solved your problem?
Click the button below to archive it.Needle
04/11/2022, 10:43 AMgaryaustin
04/11/2022, 1:44 PMNeedle
04/11/2022, 1:44 PMNeedle
04/11/2022, 4:30 PM