Reputation: 348
like Google provide FCM (firebase cloud messaging) for phone authentication, which send OTP to client device and authenticate the user mobile number.
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
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