1.0.7 • Published 5 years ago

authed.io v1.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Authed.io API wrapper

Discord

const client = require("authed.io");

Set up API credentials

const authed = new authed({
    id: "",
    token: "",
    secret: "",
});

Examples

authed.login("authed@example.com", "example", function(response) {
    console.log(response);
});
authed.register("authed@example.com", "example", "license", function(response) {
    console.log(response);
});
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago