mesosoi / silverwaregames-io-issue-tracker

Issue Tracker for SilverwareGames.io
https://silverwaregames.io
4 stars 0 forks source link

Need SWGIO backend to work on native iOS, Android, and XBOX games. #361

Closed michaelplzno closed 1 month ago

michaelplzno commented 1 month ago

I'm not sure if this works already where a user can login and get the API key for something like an XBOX game or android game but we need to get users connected in all our apps.

mesosoi commented 1 month ago

Since it's all based on requests, it should be possible to integrate SWGIO into downloadable games. You said you want it to be possible to log in right inside the game, without prompting the player to use the browser. There's already a method for that, get.key.manual, takes email and password and returns the key. And then you can do anything with the key, just like in HTML5 games.

michaelplzno commented 1 month ago

ok I'll try to integrate puzzlenox next and see if it works.