Add Yubikey OTP invalidation
With some Yubikey models it's easy to accidentally enter OTPs in the current cursor position, when e.g. carrying the laptop. This plugin watches for OTPs and tries to invalidate them immediately, then telling the user about it.
This commit is contained in:
부모
e6fbbd044a
커밋
542b4acecc
@ -11,5 +11,6 @@
|
||||
"hubot-rss-reader",
|
||||
"hubot-remotestorage-logger",
|
||||
"hubot-openassets",
|
||||
"hubot-incoming-webhook"
|
||||
"hubot-incoming-webhook",
|
||||
"hubot-yubikey-invalidation"
|
||||
]
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug",
|
||||
"hubot-shipit": "^0.2.0",
|
||||
"hubot-tell": "^1.2.3",
|
||||
"hubot-yubikey-invalidation": "0.0.3",
|
||||
"request": "2.30.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
불러오는 중...
x
Reference in New Issue
Block a user