You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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...
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
andFreeSet
functions which take instead of username and service the map of parameters.What do you think about this approach?
The text was updated successfully, but these errors were encountered: