cdhunt / SecretManagement.1Password

This is a SecretManagement extension for 1Password.
MIT License
22 stars 14 forks source link

Documentation: Biometric + Non-Idempotent #30

Open HeyItsGilbert opened 3 weeks ago

HeyItsGilbert commented 3 weeks ago

When I was testing the new RC version (before the release) I noticed that my previous Invoke-Expression call to op signin no longer worked. And each call to op resulted in a biometric prompt. It looks like the new 2.3.0 client on Windows isn't idempotent, and if you want to keep the original flow, you need to set $env:OP_BIOMETRIC_UNLOCK_ENABLED = $false.

It's definitely not a problem with the module, but I suspect folks will run into this. This may merit a call out in the readme?

https://1password.community/discussion/148560/op-signin-not-idempotent-windows