browserpass / browserpass-otp

OTP functionality for browserpass
ISC License
24 stars 2 forks source link

Options screen requirements #8

Closed erayd closed 4 years ago

erayd commented 5 years ago

Until the options screen is implemented, auto-copy is set to on (except when Browserpass is using the clipboard), and the timeout is infinity, but the OTP secret will be forgotten when the tab is closed.

DamienCassou commented 5 years ago

Timeout period after which the extension should forget the OTP secret.

is that really important? OTP passwords can only be used once and have a built-in timeout after which they can't be used anymore.

erayd commented 5 years ago

@DamienCassou I'm talking about the secret (which is used to generate the tokens), not the tokens (which are used to log in).

erayd commented 4 years ago

@maximbaz Given that the current implementation has been in use for over a year with no complaints, I'm thinking that an options screen may not actually be necessary. Thoughts?

maximbaz commented 4 years ago

Agree 👍 We can always revisit this if people come with ideas