mojoauth-sdk

1.4.2 • Public • Published

MojoAuth

NodeJS SDK

NodeJs sdk for MojoAuth passwordless authentication

Documentation

Configuration - Everything you need to begin using the MojoAuth Node JS SDK.

Installation

Add project dependency and MojoAuth SDK using npm by running the following command in the command line:

npm install express body-parser mojoauth-sdk

Upon installation, you will find MojoAuth Node.js SDK under the node module.

Configure Project

Before making any API calls, the MojoAuth API client must be initialized with your MojoAuth API key.

var config = {
    apiKey: '<Your API Key>',
};

var ma = require('mojoauth-sdk')(config);

How to contribute

We appreciate all kinds of contributions from anyone, be it finding an issue or writing a blog.

Please check the contributing guide to become a contributor.

License

For more information on licensing, please refer to License

Readme

Keywords

none

Package Sidebar

Install

npm i mojoauth-sdk

Weekly Downloads

79

Version

1.4.2

License

none

Unpacked Size

57.2 kB

Total Files

19

Last publish

Collaborators

  • mojoauth