so i am building a social media app on appwrite but i only want the user which have verified their email to be able to login. the login function is creating an email session but i am not able to insert any permission so that only verified users are able to create a email session on login. i am using appwrite 9.0.1
The approach you would take is to restrict access to resources to only verified users rather than restricting login
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...