Is there a way to set permissions on attribute level? I wanted to allow the user to update some properties of its own database document but I don't want to allow them to update some properties of the doc.
is this related? https://github.com/appwrite/appwrite/issues/6361
I think this one is more related (the link was on the issue you sent): https://github.com/appwrite/appwrite/issues/5974
It's basically set that the user can update some document except if he is updating a specific field/attribute. I don't want the user to be able to update his 'trial period end' or 'next payment date'. This values should be possible readable but not writable. This way I could only deal with updating this sensitive values server-side
Recommended threads
- How to handle ghost accounts created by ...
Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the ...
- Re-connect site to domain verification f...
I have mistakenly deleted appwrite site without removing domain. Now I created same site and want to re-connect my domain. It gives this error while verify. How...
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...