Pritesh Vishwakarma
Pritesh Vishwakarma

Reputation: 348

Mobile authentication using AWS

like Google provide FCM (firebase cloud messaging) for phone authentication, which send OTP to client device and authenticate the user mobile number.

enter image description here

Is there anything like that in amazon web service ? by which i can perform phone authentication from android device using mobile number.

Upvotes: 0

Views: 610

Answers (1)

Abdul Kawee
Abdul Kawee

Reputation: 2727

AWS does have phone number verification, like one firebase have in your console goto

Cognito => under general settings click MFA and verifications

There you can find options to enable or disable, you can send default message with OTP or you can even edit the message.

For customizing message you can goto

Cognito => under general settings click Message Customization

For more details about this you can check this and also this.

Upvotes: 2

Related Questions