5b58768d63
When going through the oauth2 module in go, there is a list of "busted" URLs which don't implement OAuth2 properly. Github is on that list, however Github Enterprise(GHE) uses different URLs for each instance. Instead of adding all of these to the global list in the oauth module, we can simply flag all of our tokens as broken until github updates their API. |
||
---|---|---|
.. | ||
fixtures | ||
convert.go | ||
convert_test.go | ||
github.go | ||
github_test.go | ||
parse.go | ||
parse_test.go | ||
types.go |