I believe teams can be created / updated both from client and server SDK. If yes, how do we prevent client modifying teams?
Found this in settings. Please confirm if this is the right way to restrict client alone from creating / updating / deleting teams.
- Based on the create membership docs -
If initiated from a Client SDK, Appwrite will send an email or sms with a link to join the team to the invited user, and an account will be created for them if one doesn't exist. If initiated from a Server SDK, the new member will be added automatically to the team.
How do we invite new member (send email / sms link to join) from server sdk instead of adding them directly to the team?
https://appwrite.io/docs/references/cloud/client-web/teams#createMembership
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...