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
You can set up permissions and roles in appwrite or is that not good enough?
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...