mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-13 21:32:28 +00:00
Add unimplemented LBP3 login field (#495)
* Add unsupported LBP3 features * Add GameApiExternal config url * Add more exempt urls to digest check * Make exemptPathList static
This commit is contained in:
parent
3ad211e5c8
commit
ded7628085
6 changed files with 28 additions and 7 deletions
|
@ -139,6 +139,7 @@ public class LoginController : ControllerBase
|
|||
{
|
||||
AuthTicket = "MM_AUTH=" + token.UserToken,
|
||||
ServerBrand = VersionHelper.EnvVer,
|
||||
TitleStorageUrl = ServerConfiguration.Instance.GameApiExternalUrl,
|
||||
}.Serialize()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue