cdhunt / SecretManagement.1Password

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

A Login with no password breaks Get-Secret #11

Closed cdhunt closed 3 years ago

cdhunt commented 3 years ago

PSCredential expects a SecureString and you can't call ConvertTo-SecureString on an empty string. Should it just return a hashtable?