Skip to content

bigjara/bigjara-otp

Repository files navigation

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]

About

One Time Password generator designed for improved security , easily customizable, and simple to understand

Resources

License

Stars

Watchers

Forks

Packages

No packages published