4,162 questions
your web server just needs a SMS gateway.
- your maui app call the web service with the phone number
- your web server generates a key and sends via sms and returns an encrypted token to the caller
- your maui app has the user enter the ssm key value, and send it and the token to webserver
- you websever validates the key and token and returns an authenication token to be used with api calls
note: WhatsApp is pretty closed, the user will need to forward their sms messages to WhatsApp.