@harshita251005/otp-handler
v1.0.0
Published
It generates otp and verify it
Maintainers
Readme
#otpGenerator -> one parameter i.e length of opt example :- otpGenerator(4) -> this will return 4 digit otp is string
to verify the otp send by the user #otpVerify -> one parameter i.e otp (in string) example :- verifyOtp ("0421") -> this will return true or false
