-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Felix Breidenstein
committed
Feb 24, 2020
1 parent
fb5d045
commit 401959f
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
d5td xsru qasx caxs m5q5 pv76 keui v7hr | ||
# shared-2fa | ||
|
||
This tool helps you to share a virtual TOTP MFA-device with a team by saving the intial seed at AWS SecretsManager. | ||
|
||
``` | ||
Available Commands: | ||
add Create a new entry | ||
delete Delete an entry | ||
generate Generate a token for the given entry | ||
help Help about any command | ||
list A brief description of your command | ||
``` | ||
|
||
## add | ||
``` | ||
Create a new entry | ||
Usage: | ||
shared-2fa add <name> <seed> | ||
``` | ||
|
||
## delete | ||
``` | ||
Delete an entry | ||
Usage: | ||
shared-2fa delete <name> | ||
``` | ||
|
||
## generate | ||
``` | ||
Generate a token for the given entry | ||
Usage: | ||
shared-2fa generate <name> | ||
``` | ||
|
||
## list | ||
``` | ||
List all available entries | ||
Usage: | ||
shared-2fa list | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters