GH-4071 Heavily refactor and rearchitect account system
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.
This commit is contained in:
parent
ffcef673de
commit
3c46d8a412
68 changed files with 2105 additions and 1446 deletions
7
launcher/minecraft/auth/AuthStep.cpp
Normal file
7
launcher/minecraft/auth/AuthStep.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "AuthStep.h"
|
||||
|
||||
AuthStep::AuthStep(AccountData *data) : QObject(nullptr), m_data(data) {
|
||||
}
|
||||
|
||||
AuthStep::~AuthStep() noexcept = default;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue