2.0.2 • Published 3 years ago

nulled-auth v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago