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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...