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:
Josh 2022-09-24 18:19:19 -05:00 committed by GitHub
parent 3ad211e5c8
commit ded7628085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 7 deletions

View file

@ -139,6 +139,7 @@ public class LoginController : ControllerBase
{
AuthTicket = "MM_AUTH=" + token.UserToken,
ServerBrand = VersionHelper.EnvVer,
TitleStorageUrl = ServerConfiguration.Instance.GameApiExternalUrl,
}.Serialize()
);
}