@kanav5753/otp-handler
v1.0.3
Published
it generates otp and verify it
Maintainers
Readme
#otpGenerator -> one parameter i.e length of otp example:- otpGenerator(4) -> this will return 4 digit otp in string
this is to verify the otp send by the user #otpVerify -> one parameter i.e otp example:- verifyOtp("4321") -> this will return true of false
#Commands npm login npm publish --access=public
