@lumia/mojang-authenticator
Version:
Authenticator for Mojang Services
25 lines (18 loc) • 574 B
Markdown


```
npm install @lumia/mojang-authenticator
```
```ts
import { Authenticator } from "@lumia/mojang-authenticator"
(async () => {
const auth = new Authenticator();
const res = await auth.authenticate("your-username", "your-password");
console.log(res);
})();
```
[](/License)