Hi team,
I have a mobile game which requires user to register the account (username + password or Facebook) to play. I also have website that let user register the account via ES.
Now I'd like to ask whether you have the API for my game to call and verify user, ex:
http://jskill.com?username="xyz"&pass="abc
then return that user login successfully or not.
And an API to register the user in my mobile game and send them info to my site to create an account there.
Our goal is: Let user register the account in my website and play the game with that account. And if user registers an account in game, we will create an ES account in my site.