The Appwrite email verification process helps you verify your project user really owns the email address he has signed up with. The email verification process allows your user to update his user object emailVerification
attribute to true
.
The email verification process consists of 2 parts:
- Sending the confirmation email
- Confirming the verification process
By default, unverified users are not restricted in any special way. It's up to you and your app logic to decide how these users are treated. You can prompt them with a verification message or limit their access to your application.