Feature name
- Inline TOTP Support
Feature function
- Support to configure an entry to fill the password field with (configurable) TOTP+Password or Password+TOTP.
- When a TOTP entry is made, there should be a drop down option to decide what to do with it.
- Copy it to the clipboard after a password is filled
- Prepend the TOTP into the password field (TOTP+Password)
- Append the TOTP into the password field (Password+TOTP)
Related topics + references
- https://www.reddit.com/r/KeePass/comments/tzzv25/any_way_to_embed_totp_into_password_field/
- https://www.reddit.com/r/Bitwarden/comments/v1pzli/combine_totp_and_passphrase/
- Inline Password+TOTP is not very common, but is a accepted 2FA auth mechanism.
- Companies that use it: FreeIPA, OPNSense, Linux,
- Several other password manager already have this functionality.
- To be honest, I see this auth mechanism more in the enterprise space than consumer space.