add: implement authentication system ui and handshake.

This commit is contained in:
Matthew Toro 2026-03-28 04:48:18 -04:00
parent 7a24494d3c
commit d42da07721
23 changed files with 701 additions and 28 deletions

View file

@ -50,8 +50,6 @@ vector<wstring> MojangAuthModule::supportedVariations()
return {L"java", L"bedrock"};
}
// --- KeypairOfflineAuthModule ---
const wchar_t *KeypairOfflineAuthModule::schemeName() { return L"mcconsoles:keypair_offline"; }
vector<wstring> KeypairOfflineAuthModule::supportedVariations()