Learn more about the email verification process.
Email verification is a process in which a new user must validate ownership of their email inbox before they can access the application, ensuring authenticity of inbox ownership.
Verification is a two-step process:
This applies to all authentication methods including OAuth and SSO. This unifying interface simplifies how your application considers the authenticity of your users.
Email verification is always on to ensure that verified users are always returned to your application.
Users signing in with SSO with a verified domain are automatically considered verified and do not need to complete the email verification process.
AuthKit automatically handles email verification out of the box. When a user signs up via the hosted signup form, AuthKit will automatically send the verification email, prompt the user to input the code and route them through the authentication process before they gain access to the application. If desired, you can send these emails yourself.