@lumia/mojang-authenticator
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @lumia/mojang-authenticator

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

44.1 kB

Total Files

17

Last publish

Collaborators

  • soundofdarkness