An open API service indexing awesome lists of open source software.

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

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