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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...