Once the Twilio verify service is configured, there are two simple steps to implement 2FA in the application:
Send the code to the user by calling the /mfa/send-code endpoint.
/mfa/send-code
Verify the user's code: /mfa/verify.
/mfa/verify
Last updated 2 years ago