Skip to content

A lightweight and secure Node.js SDK for implementing passwordless authentication in your applications using MojoAuth's authentication services.

License

Notifications You must be signed in to change notification settings

MojoAuth/node-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A lightweight and secure Node.js SDK for implementing passwordless authentication in your applications using MojoAuth's authentication services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published