Configure verify signup using phone or email

When user signup, I want user can select between verifying email or verifying phone number.

I can see that I can configure so user must verify email AND verify phone number
But that’s too much so how can I configure so user can do only one verification when signup?

Hi @quanlm,

Unfortunately, there isn’t a way to conditionally allow the user to choose to verify by email or by phone.

If both email and phone verification are configured, the user must verify both to complete the sign-up flow.

One workaround that might work is to use different connections, one for verifying with email and the other for verifying by phone. Before redirecting the user to the login page, you can prompt the user to choose to verify with email or phone. From there, you can redirect to the login page and specify the connection query parameter of the connection they prefer.

I hope this helps.

Thanks,
Rueben

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