Package Exports
- @aux4/otp
- @aux4/otp/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aux4/otp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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>