zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
847 stars 85 forks source link

Use custom keyring name #46

Open JojiiOfficial opened 4 years ago

JojiiOfficial commented 4 years ago

Is there a way to use a custom keyring (on linux) instead of 'login'?

mikkeloscar commented 4 years ago

Currently this is unfortunately hardcoded to be login. PRs to make it configurable would be welcome though :)