go-keyring icon indicating copy to clipboard operation
go-keyring copied to clipboard

Not possible to access objects which do not have username and service parameters

Open heppu opened this issue 8 years ago • 1 comments

At least in with git gnome keyring helper the github credentials are stored with user, server and protocol parameter so it's not possible to access password with hard coded username and service search parameters.

I was planning to overcome this issue by extending current interface with FreeGet and FreeSet functions which take instead of username and service the map of parameters. What do you think about this approach?

heppu avatar Nov 21 '17 08:11 heppu

@heppu Did you get around to implementing this? I noticed the same when trying to get the Github.com credentials for some git stuff I was doing using credential-osxkeychain...

petems avatar Feb 17 '19 19:02 petems