99designs / keyring

Go library providing a uniform interface across a range of secure credential stores
MIT License
580 stars 138 forks source link

Suggestion: replace go-libsecret #98

Open johnnybubonic opened 2 years ago

johnnybubonic commented 2 years ago

Hello-

I have forked github.com/gsterjov/go-libsecret as r00t2.io/gosecret (GitHub mirror as github.com/johnnybubonic/gosecret) and rewritten it (I maintain two branches; v0 for backwards-compat and v1 and onwards for a much-improved API). Among such improvements are:

Please feel free to let me know if it serves your purposes better.

If you do use it, I recommend exporting the underlying structs so that a keyring may be typeswitched into the original and the methods for those structs able to be used by users of this library. 👍