AnshOriginal post
Rank 2: Process
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
Summary
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.