2fa authentication code verification API

in our application we want to configer the 2fa/code verification factor we need the API for this .

scenario:

when a user enter the 2fa/code and hit on verification we need the API to check the entered code/2fa is correct or wrong.

Hi @exchanga

Welcome to the Auth0 Community!

Thank you for posting your question. If you want to rely on our built-in options you read more about it here → Multi-Factor Authentication (MFA)

If you want to build/use your custom solution, you can use our Login Trigger to determine the current state of the user and allow or deny the login based on the information from your system, as this action is synchronous. Login Trigger

Thanks
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.