I have made a social media app on appwrite and i am authenticating users through ther mail now as soon as they enter their correct otp their status changes from unverified to verified. Now i only want my verified users to be able to perform task what am i suppose to do to make sure that only verified users are able to do that
TL;DR
The user needs to ensure that only verified users can perform tasks on their social media app. They are authenticating users through email and changing the status from unverified to verified after entering the correct OTP. They want to know how to enforce restrictions for verified users only.
Solution: The user can set up permissions and roles in Appwrite to restrict certain tasks only to verified users. This will ensure that only users with the verified status have access to perform those tasks.You can set up permissions and roles in appwrite or is that not good enough?
Recommended threads
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...