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

8 commits

Author SHA1 Message Date
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
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
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
c05d1ddcc6
Initial version 2017-01-03 13:14:59 +01:00