Learn more about the email verification process.
Configure email verification settings for your AuthKit application.
Verification is a two-step process:
This applies to all authentication methods including OAuth and SSO. This unifying interface simplifies how the application considers the authenticity of its users.
Email verification is always on to ensure that verified users are always returned to the 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 sends the verification email, prompts the user to input the code, and routes them through the authentication process before they gain access to the application. If desired, these emails can be sent independently instead.