mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Implement Microsoft account login (#1397)
* Implement Microsoft account login
* Create proxied web request class
* Whole bunch of code that doesn't work
* I finally FIXED IT
It took me 2 hours to resolve the problem
* Fill the missed method summary
* Remove some unused code
* Revert http version
* Remove JSON parsing bug workaround
Not needed anymore as per e06438b582
* Remove comment asking about clientID
Client ID is used for session token refreshes. Random UUID without hyphens
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
This commit is contained in:
parent
479f80ccf1
commit
c04c597aba
8 changed files with 690 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ mcc.password_hidden=Password : {0}
|
|||
mcc.offline=§8You chose to run in offline mode.
|
||||
mcc.session_invalid=§8Cached session is invalid or expired.
|
||||
mcc.session_valid=§8Cached session is still valid for {0}.
|
||||
mcc.connecting=Connecting to Minecraft.net...
|
||||
mcc.connecting=Connecting to {0}...
|
||||
mcc.ip=Server IP :
|
||||
mcc.use_version=§8Using Minecraft version {0} (protocol v{1})
|
||||
mcc.unknown_version=§8Unknown or not supported MC version {0}.\nSwitching to autodetection mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue