NodeJs sdk for MojoAuth passwordless authentication
Configuration - Everything you need to begin using the MojoAuth Node JS SDK.
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.
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);
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.
For more information on licensing, please refer to License