Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add voice as an enrollment method and authentication method #85

Open
alex-sh-wu opened this issue Dec 15, 2023 · 0 comments
Open

Add voice as an enrollment method and authentication method #85

alex-sh-wu opened this issue Dec 15, 2023 · 0 comments

Comments

@alex-sh-wu
Copy link

Describe the problem you'd like to have solved

I would like the ability to get a voice based otp using my phone number only, similar to how SMS currently works.

Describe the ideal solution

  • transaction.getAvailableEnrollmentMethods() includes voice in the array if it is enabled
  • enrollment.getAvailableAuthenticatorTypes() returns voice in the array if it is enabled
  • all of the functions that work with the sms enrollment/authentication method would also work the same if the voice was selected (e.g. transaction.enroll(data, callback) accepts a phoneNumber when voice is the chosen method)

Alternatives and current work-arounds

Use SMS. This would be the closest thing to voice since only a phone number is required.

Additional context

This would be helpful for users with accessibility issues to verify using an otp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant