2.0.2 • Published 2 years ago

nulled-auth v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Auth Wrapper for Nulled Auth V2

Examples

nulled_auth.Get_Username(); //Leland
nulled_auth.Get_Rank(); // Aqua
nulled_auth.Get_Groups(); // ["Aqua"]
nulled_auth.Get_Profile(); // https://www.nulled.to/user/5088751-leland
nulled_auth.Get_Profile_Picture(); // https://www.nulled.to/uploads/profile/photo-5088751.jpg

Example Program

const NulledAuth = require("nulled-auth");
(async () => {
  const nulled_auth = new NulledAuth(
    "Nulled Auth Key",
    "PROGRAM ID",
    "PROGRAM SECRET"
  );
  await nulled_auth.Initlize();
  console.log(nulled_auth.Get_Groups());
})();
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago