An open API service indexing awesome lists of open source software.

https://github.com/mojoauth/node-sdk

A lightweight and secure Node.js SDK for implementing passwordless authentication in your applications using MojoAuth's authentication services.
https://github.com/mojoauth/node-sdk

authentication ciam iam mojoauth node node-js nodejs passkeys password passwordless passwordless-authentication passwordless-login

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          



MojoAuth


NodeJS SDK

NodeJs sdk for MojoAuth passwordless authentication

## Documentation

[Configuration](https://docs.mojoauth.com/sdks/nodejs) - 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: '',
};

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](CONTRIBUTING.md) to become a contributor.

## License

For more information on licensing, please refer to [License](https://github.com/MojoAuth/mojoauth-node/blob/main/LICENSE)