Difference between revisions of "WebAPI"
From UFO:AI
(Created page with "The game allows players to share there data with other players or just backup there savegames and teams. For this to work, they need a forum account and log into it from withi...") |
|||
Line 1: | Line 1: | ||
+ | == General == | ||
The game allows players to share there data with other players or just backup there savegames and teams. For this to work, they need a forum account and log into it from within the game. | The game allows players to share there data with other players or just backup there savegames and teams. For this to work, they need a forum account and log into it from within the game. | ||
+ | |||
+ | == Webserver == | ||
+ | The current implementation of the server side is written in php and is located in {{path|src/tools/webapi/}}. | ||
+ | |||
+ | === Authentication === | ||
+ | We are using a SimpleMachines API for doing the authentication against the forum user credentials. | ||
+ | |||
+ | [[Category:Coding]] | ||
+ | [[Category:Contribute]] |
Revision as of 18:51, 1 January 2014
General
The game allows players to share there data with other players or just backup there savegames and teams. For this to work, they need a forum account and log into it from within the game.
Webserver
The current implementation of the server side is written in php and is located in src/tools/webapi/.
Authentication
We are using a SimpleMachines API for doing the authentication against the forum user credentials.