Skip to content

killed/authed.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Authed.io API wrapper

Discord

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

Set up API credentials

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

Examples

authed.login("[email protected]", "example", function(response) {
    console.log(response);
});
authed.register("[email protected]", "example", "license", function(response) {
    console.log(response);
});
authed.generateLicence("authed.io", 1, 0, 50, function(response) {
	console.log(response);
});

About

A NodeJS wrapper of the (https://beta.authed.io) API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published