aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/Parsers.cpp
AgeCommit message (Collapse)Author
2022-12-27refactor: add logging category for credentialsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-25Use suggested error handlingTheCodex6824
2022-04-23Re-add base64 decode option for Qt versions that support itTheCodex6824
2022-04-23Remove base64 decode option that was added in Qt 5.15TheCodex6824
2022-04-22Fix Mojang auth failing due to Mojang rejecting requests to the profile endpointTheCodex6824
2022-01-24Fix error messageStypox
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp".
2021-12-30NOISSUE proper fix for missing profile + demo modePetr Mrázek
2021-12-30NOISSUE detect when user loses entitlementsPetr Mrázek
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid.