A proof-of-concept program to retrieve a Minecraft account's bearer token based on the new Microsoft authentication scheme.
This program will not work on macOS because of TLS renegotiation issues.
- Download the
rustup
toolchain right here. Follow the instructions for your platform. - Run
git clone https://github.com/tropicbliss/xboxlive-auth.git
in an appropriate directory to clone the repo. - In the folder named
xboxlive-auth
, runcargo build --release
. The resulting executable file after compilation should be in thetarget/release/
directory relative from thexboxlive-auth
folder.