#✅ - How to allow multiple verification (email or SMS)

3 messages · Page 1 of 1 (latest)

outer ginkgo
#

Hello All,
When amplify application is created, it only allow from the console email or SMS verification.
In my application I want to let users to sigup using below methods:

  • Phone numbers (so SMS verification)
  • Federated identities (Google/Facebook)
  • Email

I am able to setup federated and email except that when sigup with Phone number, the confirmation code is not sent to user phone. I guest this is because I choose email verification in the console.

How to allow sign up users using Phone numbers when Email verification is choosed in the console ?

pseudo fractal
#

Hi @outer ginkgo , you have the option to have your users verify their accounts in one of the following ways:

  • Send SMS message to only verify the phone number
  • Send email message to only verify the email address
  • Send SMS message if phone number is available, but if no phone number is available and user provided email send email message

If you configured your Cognito user pool via the console, you should be able to follow the steps here and update to one of the 3 methods above.

zinc sinewBOT
#

✅ - How to allow multiple verification (email or SMS)