@manyaraheja16/otp-handler
v1.0.0
Published
example:- otpGenerotor(4) -> this will return 4 digit otp in string
Maintainers
Readme
#otpGenerator -> one parameter i.e length of otp example:- otpGenerotor(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 return true or false
