darrenjrobinson/1Pwd

Every time the command is executed, it requests authorization in windows Hello

Opened this issue · 4 comments

With each record, it requests authorization in windows Hello:

$items = (Invoke-1PasswordExpression -Expression "item list --vault $1PwdVault --tags $tags")
foreach ($item in $items) {
$TitleSuffix = $($item.title).ToString()
$Title = "$TitlePrefix $TitleSuffix"
$ItemID = $($item.id).ToString()
echo "'$($Title)'"
Invoke-1PasswordExpression "item edit $ItemID title='$($Title)'"
}

A month ago the same code worked without a problem.

# Invoke-1PasswordExpression "--version"
1Password CLI is now connected with the 1Password app. Add an account through the 1Password app.

To learn how to add an account to the 1Password app, visit: https://support.1password.com/add-account
2.21.0

1Password for Windows 8.10.16
81016047, on PRODUCTION channel

I indicated above what versions I have. The latest of both 1password and Cli.
I have passkey enabled.

Previously it once asked to log in via windows Hello when running the script. Now at every petla run. It is possible that this is related to the new version of CLI.

I have all the settings the same all the time.