ELifeRPG / Core

Core project
MIT License
3 stars 0 forks source link

Refactor api to comply with Arma Reforger requirements #96

Closed TheRunyx closed 1 year ago

TheRunyx commented 1 year ago

SessionRequestDto

SessionDto

kwinkel commented 1 year ago

Steam is currently the only supported OpenID provider - so we might extend this with Discord later on, which also provides us with some features in future.

The main issue is how to link the Bohemia ID with the Web-Application because some hosters might be interested in whitelisting players before they can play on the server. Means: players would have to signin into the Web-Application first to go through the whitelisting process.

I think about a temporary pin-code which can be initiated within the Web-Application to enter this one ingame when logging in. Question is if we want to opt-in this feature. We could also use it permanently with tester whitelisting.

kwinkel commented 1 year ago

Usage of Bohemia ID (GUID) is now implemented.