Skip to content
New issue

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

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

Already on GitHub? # to your account

Phone number verification with SMS code #4197

Open
3 of 5 tasks
renom opened this issue Nov 7, 2024 · 2 comments
Open
3 of 5 tasks

Phone number verification with SMS code #4197

renom opened this issue Nov 7, 2024 · 2 comments
Labels
feat New feature or request.

Comments

@renom
Copy link

renom commented Nov 7, 2024

Preflight checklist

Ory Network Project

No response

Describe your problem

It's impossible to start a code verification flow for a phone. There's only an email field in the form. I've tried to input a phone into the email field, but it didn't work.
If I register a new account with an email over the schema with email and phone, the verification code is sent automatically with body sms.body.gotmpl, so it's a little bit confusing that there's no other way to start a code verification flow.

Describe your ideal solution

Using field identifier instead of email in the verification.

Workarounds or alternatives

-

Version

1.3.0

Additional Context

No response

@renom renom added the feat New feature or request. label Nov 7, 2024
@astein91
Copy link

astein91 commented Dec 4, 2024

To add onto this, even directly by-passing the form fields, the API does not seem to support sending a phone number for verification.

As the docs (and the error message) explicitly expect an email formatted string for input of where to send a verification code.

@andy-shi88
Copy link

andy-shi88 commented Dec 5, 2024

we're also having this issue
We're making it works for us with a workaround for the moment ory/network#406 (comment)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants