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

don't require oauthtoken for read commands

Open BrainDamage opened this issue 8 years ago • 1 comments

currently oauthtoken is required to be set for any command, including passive read commands such as issue listing, etc it's possible to work around this by setting it as an empty string, afterwards git-hub will still be able to fetch the information, but it shouldn't be necessary to do so

BrainDamage avatar Sep 17 '17 09:09 BrainDamage

When/if this is done, we have to bear in mind private repos, for which you need a token even for read commands.

llucax avatar Sep 17 '17 17:09 llucax