JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q35707F
  • License Apache-2.0

One time password for aux4

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/otp

Usage

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 list

Delete OTP

$ aux4-otp delete --name <name>