Hello how would you handle a row level security?
For example I have a projects table that has a ownerId and a second table called members that stores a user/project id How would you make it so only members could update the project?
I'm making a time tracking app so i store the following items:
Projects:
- title
- ownerId TimeEntries:
- start/end datetime
- projectId
- userId
I would like so only members could insert a time entry for a certain project
in my old backend code (expressJS) I just made sure that the user was inside of the members table
Recommended threads
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...