divishagupta
v1.0.1
Published
it generates otp and verify it
Downloads
7
Maintainers
Readme
#otpGenerator -> one parameter i.e length of otp example :- otpGenerator(4) -> this will return 4 digit otp in string
to verify the otp send by the user #otpVerify -> one perimeter i.e otp (in string) example :- otpVerify("0421") ->this will return true or false;
