Email OTP Authentication
Email OTP authentication allows you to log in and sign up users using an email address. Your users will receive six-digit code in their inbox which they can enter in your site to complete login.
For setting up an account config, see the Signer Quickstart.
Authenticate a user
Track Authentication Status
Use signer.on("statusChanged", callback)
and the AlchemySignerStatus
enum to respond to OTP/MFA prompts and completion: