fmartingr / qute-1password

Qutebrowser script to fill in username/passwords and TOTP from 1password
GNU General Public License v3.0
14 stars 9 forks source link

Support 1Password CLI 2 with biometric authentication #8

Open srijan opened 2 years ago

srijan commented 2 years ago

Ref: https://developer.1password.com/docs/cli/upgrade

Biometric unlock removes the need for explicit login and keeping track of session tokens.

fmartingr commented 2 years ago

I belive this is enabled directly on 1password:

Screen Shot 2022-05-16 at 12 01 30 AM

So the only thing this script would need is a flag that disables the password prompt, am I right?

srijan commented 2 years ago

No, in 1password CLI 2, the command structure has changed and it's not backward compatible: https://developer.1password.com/docs/cli/upgrade/#step-2-update-your-scripts

For example, op get item will no longer work. It's been replaced by op item get.