aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/Parsers.cpp
AgeCommit message (Collapse)Author
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.