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
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...