mirror of
https://github.com/Luzifer/vault-otp-ui.git
synced 2024-11-08 08:10:11 +00:00
Document digits field
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7b27c9c272
commit
426bf869cf
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@
|
|||
Two different methods are supported to store the secrets in Vault:
|
||||
|
||||
- Vault 0.7.x included [TOTP backend](https://www.vaultproject.io/docs/secrets/totp/index.html)
|
||||
- Custom (generic) secrets containing `secret`, `name`, and `icon` keys
|
||||
- Custom (generic) secrets containing `secret`, `name`, `digits`, and `icon` keys
|
||||
- Icons supported are to be chosen from [FontAwesome](http://fontawesome.io/) icon set
|
||||
- When no `name` is set the Vault key will be used as a name
|
||||
- The `digits` field supports the values `6` (default) and `8` to generate longer 8-digit-codes
|
||||
|
||||
(When using the Vault builtin TOTP backend switching the icons for the tokens is not supported.)
|
||||
|
||||
|
|
Loading…
Reference in a new issue