We have been using Auth0 to authenticate and authorize the users in our application.
We have a requirement where we need to have a verification code sent to the user’s phone enrolled in Auth0’s MFA in order to execute some actions in our application. For instance, if the user needs to delete a transaction, the user will receive a code through sms/email and the user will need to type the code sent in order to proceed with the action.
Does Auth0 offer a code verification feature to send a code to the number enrolled in Auth0’s MFA or do I need to implement this with other tools such as Twillio, Azure, AWS, etc?
Thanks!