1.3.3 • Published 2 years ago

smart-otp v1.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

smart-otp

This is a npm package for creating random otp autometically

just put with how many numbers or digit your otp will generate like 3,4,6,8 default it will create 5 digit otp.

If you give 0,1,2 or 10 onwards in digit it will create 5 digit otp.

Install

npm i smart-otp

Author

Ahin Subhra Das

Declaration

Require smart otp in the top of your file

const smartOtp=require('smart-otp');

Usage

  const otp = smartOtp(6); [Example: I need 6 digit otp so I put 6 ]
1.3.3

2 years ago

1.3.2

2 years ago

1.3.0

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.5

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago