https://github.com/oguzhane/google-auth-qr-cli
A simple tool for printing qr code of google authanticator key
https://github.com/oguzhane/google-auth-qr-cli
2fa authenticator google
Last synced: about 1 year ago
JSON representation
A simple tool for printing qr code of google authanticator key
- Host: GitHub
- URL: https://github.com/oguzhane/google-auth-qr-cli
- Owner: oguzhane
- License: mit
- Created: 2018-02-09T10:53:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T11:23:41.000Z (over 8 years ago)
- Last Synced: 2025-03-24T06:57:13.545Z (about 1 year ago)
- Topics: 2fa, authenticator, google
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-auth-qr-cli
`google-auth-qr-cli` is a simple tool for printing qr code of google authanticator key. You can scan qr code quickly for adding it to Google Authanticator app.
# Installing:
Installation via `npm`:
npm install google-auth-qr-cli -g
This will install `google-auth-qr-cli` globally so that it may be run from the command line.
## Usage:
google-auth-qr-cli [options]
## Options:
-V, --version output the version number
-s, --secretKey Auth secret key
-t, --type [totp|hotp] Key format type. (default: totp)
-l, --label Label value for identifying which account a key is associated with.
-i, --issuer [value] Issuer value (default: )
-h, --help output usage information