bigjara-otp
v1.0.2
Published
One Time Password generator designed for improved security , easily customizable, and simple to understand
Maintainers
Readme
Bigjara OTP
One Time Password generator
Overview
This project provides an easy interface to generating numeric One Time Password of any length. It is simple and straight forward to use.
Getting Started
Install from the npm registry
$ npm i bigjara-otp Usage
let OTP = require("bigjara-otp")
let otp = OTP.generateOTP(6)
// You can send the generated six digit unique code via any format : Rest , Session , Email , or even log save it to memory or to database License
MIT
Credits
Adeleke Bright
Contributing
See [https://github.com/bigjara/bigjara-otp/contributing.md]
