0.0.16 • Published 2 years ago
@aux4/otp v0.0.16
@aux4/otp
One time password for aux4
Install
$ npm install --global @aux4/otpUsage
Create a new OTP
$ aux4-otp create --name <name>Generate OTP
$ aux4-otp generate --name <name>Verify OTP
$ aux4-otp verify --name <name>Get OTP url
$ aux4-otp url --name <name>Get OTP qrcode
$ aux4-otp qrcode --name <name>List OTPs
$ aux4-otp listDelete OTP
$ aux4-otp delete --name <name>