node-minecraft-protocol/examples/client_microsoft_auth
Jordan Jones 5d723e9a04
Integrate Authentication for Microsoft Accounts (#788)
* add node-fetch and @xboxreplay/xboxlive-auth for microsoft/xbox auth

* decide which authentication to use based on options;

if options.auth === 'microsoft' then use microsoft/xbox auth, else use Yggdrasil until they kill that.

* push working auth

* commentary

* eslint does not like me :(

* User-Agent works just fine without version

* linting = 95% of development

* revert changes to encrypt.js

* set haveCredentials to whether or not we have a token.

Technically this will always be true so...?

* eslint

* mod+create: api + example

* mod: readme.md
2020-12-11 21:30:48 +01:00
..
client_microsoft_auth.js Integrate Authentication for Microsoft Accounts (#788) 2020-12-11 21:30:48 +01:00
package.json Integrate Authentication for Microsoft Accounts (#788) 2020-12-11 21:30:48 +01:00