Changelog
-
- feature: support for yubikey otp tested
- feature: add modifier method to open item in the Bitwarden web ui (for me a login is required each time again, that's not perfect but still helpful to edit an item quickly)
- use (zenity)[https://pkg.go.dev/github.com/ncruces/zenity] for password/2fa input in login and unlock mode
- after unlock no sync is any longer required
- email login method works slightly different from the technical perspective. a login try is made, the email triggered by the server, then after timeout of x seconds this process is stopped and the next for the login with the received email 2f started. the x seconds can be configured via EMAIL_MAX_WAIT which defaults to 15 seconds.
- removed SyncCacheAge, use background daemon or do manual sync
-
- fix situations with nil values for userId and activeudserid in Bitwarden data json to detect logout state