1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-18 08:04:20 +00:00
Commit graph

22 commits

Author SHA1 Message Date
bc3088a194
prepare release v0.2.3 2021-02-17 10:54:13 +01:00
Heiko Voigt
f5549f3980
handle key not found error (#2)
If a key is not found client.Logical().Read(k) will return (nil, nil).
Lets gracefully handle this case and tell the user what is wrong.
2021-02-17 10:53:06 +01:00
727482166c
Add install make target 2017-01-04 23:03:39 +01:00
73d380a3b5
prepare release v0.2.2 2017-01-04 22:55:56 +01:00
a8d8f18b01
Temporarily drop Windows support
The library used for terminal output in this version does not build for
windows. Maintainer is notified, windows support will be re-added as
soon as the issue is fixed.
2017-01-04 22:54:53 +01:00
d1bf90117e
prepare release v0.2.1 2017-01-04 22:50:32 +01:00
bbda5f1458
Fix: Update vendored code 2017-01-04 22:50:12 +01:00
912b1d1ae4
prepare release v0.2.0 2017-01-04 22:49:22 +01:00
5dc8ddddb5
Fix: GoSimple linter warning 2017-01-04 22:48:50 +01:00
edafa68d44
Support name field in Vault keys 2017-01-04 22:47:23 +01:00
860a5daf02
Allow trailing wildcard to display multiple TOTP 2017-01-04 22:44:18 +01:00
d445ab048d
Prepare multi-token display while retaining same functionality 2017-01-04 21:20:20 +01:00
7c9d67490a
prepare release v0.1.2 2017-01-03 15:12:11 +01:00
12a9a01644
Fix: Do not prefix oneshot output with \r 2017-01-03 15:11:37 +01:00
13b379ec1a
Fix: Some services provides lower-case base32 secrets 2017-01-03 15:10:00 +01:00
786b2f51f8
Add license file 2017-01-03 13:35:42 +01:00
5d0fd521ff
prepare release v0.1.1 2017-01-03 13:31:58 +01:00
ab76ac7366
Add Godeps 2017-01-03 13:31:39 +01:00
3a993a49dc
prepare release v0.1.0 2017-01-03 13:30:37 +01:00
c524fb13b1
Add auto-build 2017-01-03 13:30:16 +01:00
f69a9c5c63
Add README 2017-01-03 13:27:16 +01:00
c05d1ddcc6
Initial version 2017-01-03 13:14:59 +01:00