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.
- Host: GitHub
- URL: https://github.com/mojoauth/node-sdk
- Owner: MojoAuth
- License: mit
- Created: 2025-01-25T04:40:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T04:42:04.000Z (12 months ago)
- Last Synced: 2025-02-04T04:15:35.686Z (12 months ago)
- Topics: authentication, ciam, iam, mojoauth, node, node-js, nodejs, passkeys, password, passwordless, passwordless-authentication, passwordless-login
- Language: JavaScript
- Homepage: https://docs.mojoauth.com/sdks/nodejs
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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)