mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-15 22:22:27 +00:00
Implement PSN ticket reading
This commit is contained in:
parent
ef84bf1d50
commit
7081b725a8
14 changed files with 266 additions and 68 deletions
|
@ -37,7 +37,8 @@ public class LighthouseServerTest
|
|||
await database.CreateUser($"{username}{number}", HashHelper.BCryptHash($"unitTestPassword{number}"));
|
||||
}
|
||||
|
||||
string stringContent = $"{LoginData.UsernamePrefix}{username}{number}{(char)0x00}";
|
||||
//TODO: generate actual tickets
|
||||
string stringContent = $"unitTestTicket{username}{number}";
|
||||
|
||||
HttpResponseMessage response = await this.Client.PostAsync
|
||||
($"/LITTLEBIGPLANETPS3_XML/login?titleID={GameVersionHelper.LittleBigPlanet2TitleIds[0]}", new StringContent(stringContent));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue