@shubhamo7/otp-handler
v1.0.1
Published
its generates otp and verify it
Downloads
6
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 parameter i.e otp (in string) example :- verifyOtp("0421") -> this will retrun true or false
