bigjara-otp

1.0.2 • Public • Published

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]

Dependents (0)

Package Sidebar

Install

npm i bigjara-otp

Weekly Downloads

16

Version

1.0.2

License

MIT

Unpacked Size

11.6 kB

Total Files

9

Last publish

Collaborators

  • adebaba