@lumia/mojang-authenticator
v1.0.1
Published
Authenticator for Mojang Services
Downloads
58
Maintainers
Readme
Mojang Authenticator
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);
})();