Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint

This commit is contained in:
TheCodex6824
2022-04-21 16:01:55 -04:00
parent 5adcc26190
commit 8bcbe07c87
7 changed files with 314 additions and 3 deletions

View File

@ -235,6 +235,8 @@ set(MINECRAFT_SOURCES
minecraft/auth/steps/MigrationEligibilityStep.h
minecraft/auth/steps/MinecraftProfileStep.cpp
minecraft/auth/steps/MinecraftProfileStep.h
minecraft/auth/steps/MinecraftProfileStepMojang.cpp
minecraft/auth/steps/MinecraftProfileStepMojang.h
minecraft/auth/steps/MSAStep.cpp
minecraft/auth/steps/MSAStep.h
minecraft/auth/steps/XboxAuthorizationStep.cpp