1.1.2 • Published 3 years ago

minecraft-msa v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

minecraft-msa

Microsoft authentication for Minecraft made easy.

const msa = require('minecraft-msa')

msa.authenticate('you@example.com', 'password')
    .then(token => {
        // do your stuff
    })
    .catch(e => {
        // handle errors
    })

Features

  • Minimal by design
  • Simple error handling
  • Security prompt detection
  • No setup required

Notes

You are able to authenticate a maximum of three accounts per minute.

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago