1.0.2 • Published 3 years ago

bigjara-otp v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

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