node-minecraft-protocol/examples/client_electron
extremeheat 8f2a027812
Msa device code auth (#806)
* initial msa work

* rm debug code

* Update package.json

* lint, seperate constants, create missing msa cache

* support multiple profiles

* lint

* use shared constants

* fix path issues

* fix token variable

* fix caching msa profile data

* switch clientId to one from microsoft

* store caches in .minecraft, fallback to dev code auth when user+pass fails

* update electron demo, fix error handling, add docs

* fix caching dir

* fix lint

* move to class scope, token fixes

* retry on fail, terminology fixes

* fix promise bug

* cleanup
2021-01-30 01:21:03 +01:00
..
renderer Msa device code auth (#806) 2021-01-30 01:21:03 +01:00
main.js Msa device code auth (#806) 2021-01-30 01:21:03 +01:00
package.json update electron in example 2020-08-03 23:16:57 +02:00
README.md add electron example, fix #751 2020-08-03 01:39:04 +02:00
Window.js add electron example, fix #751 2020-08-03 01:39:04 +02:00

client_electron

  • npm install
  • npm start