kryptco / krypton-android

DEPRECATED Krypton turns your Android device into a U2F Authenticator: strong, unphishable 2FA.
https://krypt.co
Other
203 stars 50 forks source link

Notification fired every 3 minutes after allowing once #80

Closed rkkautsar closed 7 years ago

rkkautsar commented 7 years ago

kr version 2.2.1 go version go1.8.3 linux/amd64 Paired to Xiaomi Mi 5 running kryptonite 2.1.2

Received more Allow Request? notification after allowing first notification, got a notification exactly after 3 minutes each. tried rejecting and allowing through both notification bar and through app but still receiving notification

kcking commented 7 years ago

Do you have any git software running that automatically fetches repositories, such as vscode ,GitHub UI, sourceforge, etc.?

rkkautsar commented 7 years ago

Wait, vscode fetches through ssh periodically? Ah I see so that's the problem. But can we ignore the request from those automated fetches?

kcking commented 7 years ago

I personally turned this off in my local vscode as I don't want my machine to be authenticating unnecessarily. Just add "git.autofetch": false to your settings.json.