Hi,
I want to create a game, that users signup just with phone number and send a SMS verification code to verify.
How I can do that with Nakama?
Hi @alisaffari welcome
I want to create a game, that users signup just with phone number and send a SMS verification code to verify.
Do you have examples of games which provide a sign-in flow this way?
I suspect what you’ll want to do is have your own authentication logic which calls an SMS API like Twilio to send the message with a token to the end user. The token can be used to securely create the account within Nakama. The complete workflow is a little complex so it’d be good if you have an example of what you want to achieve that you can share.