-
Notifications
You must be signed in to change notification settings - Fork 983
Description
Describe the feature you want:
It would be great if you were able to add multiple entries using the same secret key. E.g., consider the following examples:
otpauth://totp/example.com:akiller?secret=JBSWY3DPEHPK3PXP&issuer=example.com&algorithm=SHA1&digits=6&period=30
otpauth://totp/localhost:akiller?secret=JBSWY3DPEHPK3PXP&issuer=localhost&algorithm=SHA1&digits=6&period=30
Currently, if you add the first one then add the second the first one is deleted (or updated), and only the second entry remains.
An alternative (and possibly preferred) approach would be to work how LastPass does, and allow you to edit an entry and supply a list of alternative domains that it will match and autofill on.
Why do you want this feature in Authenticator?
When using the the autofill feature it would be nice to have it work across multiple domains. Especially when using a multitude of different staging / testing / production domains that use the same secret key for the user account.