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
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: