1.0.1 • Published 5 years ago

@lumia/mojang-authenticator v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Mojang Authenticator

npm (scoped) NPM

Installation

npm install @lumia/mojang-authenticator

Usage Example

import { Authenticator } from "@lumia/mojang-authenticator"

(async () => {
    const auth = new Authenticator();
    const res = await auth.authenticate("your-username", "your-password");
    console.log(res);
})();

License

MIT License