@incodelang/accounts-client
v1.0.11
Published
A web client for the package @incodelang/accounts
Readme
@incodelang/accounts-client
This package is a client for websites to interact with @incodelang/accounts
Installation
Install @incodelang/accounts-client with npm
npm install @incodelang/accounts-clientInstall @incodelang/accounts-client with yarn
yarn add @incodelang/accounts-clientExamples
const {WebClient} = require('@incodelang/accounts-client');
const client = new WebClient(""); // enter the root url of the server here (leave empty for /)
// check the credentials of a user
client.login("username", "password").then(success => {
console.log(success);
})Authors
License
Related
Here are some related projects
