Add player authentication backend.

This commit is contained in:
Paul Chote
2018-07-07 13:41:00 +00:00
committed by abcdefg30
parent 0965464148
commit c74159e549
12 changed files with 408 additions and 46 deletions

View File

@@ -33,6 +33,7 @@ namespace OpenRA.Server
/* client data */
public int PlayerIndex;
public string AuthToken;
public byte[] PopBytes(int n)
{