zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
811 stars 82 forks source link

Cannot get/set keys with account #100

Open nikolkam opened 11 months ago

nikolkam commented 11 months ago

I have another application that has to interact with keyring. The application saves the keys in the format of account: "account_name" and service: "service_name" as can be seen on gui keyring manager. But when i try to get the key with go-keyring it cannot find and neither can i set the account name with it. it only lets me set it in the service and username format. anyways to enable this?