Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): support msa-client-id value | Sefa Eyeoglu | |
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-12 | Add offline mode support | bexnoss | |
2021-12-08 | NOISSUE account tweaks | Petr Mrázek | |
2021-12-04 | GH-4071 Heavily refactor and rearchitect account system | Petr 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. | |||
2021-11-10 | GH-4217 Add support for GamePass accounts and MC profile setup | Petr Mrázek | |
- We now use the new endpoint for loggiong in via XBox tokens (/launcher/login) - We now check game entitlements instead of only relying on MC profile presence - Accounts can now be added even when they do not have a profile - The launcher will guide you through selecting a Minecraft name if you don't have one yet | |||
2021-08-20 | NOISSUE add setting capes, tweak missing profile message, fix cape IDs | Petr Mrázek | |
2021-08-15 | GH-3392 dirty initial MSA support that shares logic with Mojang flows | Petr Mrázek | |
Both act as the first step of AuthContext. |