Verification Workflow
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.Verify the user's code:
/mfa/verify
.
Last updated
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.
Verify the user's code: /mfa/verify
.
Last updated