git-pw icon indicating copy to clipboard operation
git-pw copied to clipboard

Allow pw.token to be stored outside config file

Open jrn opened this issue 6 years ago • 0 comments
trafficstars

I would like to be able to configure pw.token to name a file or program producing a token. That way, if while debugging I send someone output of "git config -l", then I won't expose my token.

For example, if git-pw could obtain the token using a credential helper http://www.kernel.org/pub/software/scm/git/docs/gitcredentials.html then that would be perfect for me. (As a bonus, that would allow other people to store the token in their platform's standard keychain.)

jrn avatar Jan 03 '19 02:01 jrn