1. de0725b internal: add Facebook Graph API to the brokens list by Jaana Burcu Dogan · 7 years ago
  2. 4464e78 oauth2: remove scope & client_id params from access token request by Pablo Lalloni · 8 years ago
  3. 314dd2c golang.org/x/oauth2/jwt: Set kid to KeyID of private key by Tristan Colgate · 7 years ago
  4. 96382aa google: prefer os.Getenv("HOME") over os/user.Current() so as to avoid SEGV by Akihiro Suda · 7 years ago
  5. da3ce8d token: added new broken auth header providers by Marin · 7 years ago
  6. f6093e3 google: add DefaultCredentials function by Ross Light · 7 years ago
  7. d5040cd google: refactor JWT parsing code internally by Ross Light · 7 years ago
  8. 36bc617 clientcredentials: inline singly-used functions by Joseph Anthony Pasquale Holsten · 8 years ago
  9. 25b4fb1 oauth2: add Foursquare's Endpoint by Gareth Paul Jones · 7 years ago
  10. 1e695b1 oauth2: fix brittle test by Joe Tsai · 8 years ago
  11. 3c3a985 oauth2: fix more poorly styled test messages by Jaana Burcu Dogan · 8 years ago
  12. 2d2b688 google: make JWTConfigFromJSON set TokenURL from the JSON's token_uri by Jaana Burcu Dogan · 8 years ago
  13. 4d549c8 doc: add godoc button by Jaana Burcu Dogan · 8 years ago
  14. e839600 oauth2, jws, internal: more style fixes for bad test messages by Jaana Burcu Dogan · 8 years ago
  15. 68218bf jwt: fix bad test message style by Jaana Burcu Dogan · 8 years ago
  16. 75e75dd jws: add notice that the package might be removed by Jaana Burcu Dogan · 8 years ago
  17. c10ba27 all: deprecate NoContext by Jaana Burcu Dogan · 8 years ago
  18. 54f42ed heroku: Add Heroku's endpoints by Edward Muller · 8 years ago
  19. 3b966c7 mediamath: add MediaMath endpoints by Prasanna Swaminathan · 8 years ago
  20. 4784bb8 uber: Add Uber API endpoints by Matthieu Hauglustaine · 8 years ago
  21. 04e1573 oauth2/google: change import paths by Jonathan Amsterdam · 8 years ago
  22. 0aec23f oauth2: add reference to clientcredentials package by Jon Chen · 8 years ago
  23. 1364adb oauth2: fix stale docs by Brad Fitzpatrick · 8 years ago
  24. 12e1e98 google: fix warnings from go vet by Sean Rees · 8 years ago
  25. 08c8d72 oauth2: fix warning from go vet by Sean Rees · 8 years ago
  26. a870243 jws: use base64.RawURLEncoding by Dave Day · 8 years ago
  27. 4470bd8 google: fix the build when appengine isn't present by Brad Fitzpatrick · 8 years ago
  28. 7357e96 internal: decapitalize the argument names by Jaana Burcu Dogan · 8 years ago
  29. df5b726 google: support key ID in JWTAccessTokenSourceFromJSON by Dave Day · 8 years ago
  30. 65a8d08 Revert "passwordcredentials: add" by Andrew Gerrand · 8 years ago
  31. 71d9edd passwordcredentials: add by Joseph Anthony Pasquale Holsten · 8 years ago
  32. c406a4c travis: always build against tip by Jaana Burcu Dogan · 8 years ago
  33. e86e271 internal: fix transport_test use of nil Context by Jeff Craig · 8 years ago
  34. 8434495 jws: Fix typo in jws_test by Jeff Craig · 8 years ago
  35. 14446d3 jws: add RS256 Verification for JWS by Jeff Craig · 8 years ago
  36. f6a14f0 google: Update godocs to reflect recent GCP front-end changes. by Sean Harger · 8 years ago
  37. 9ef2edd hipchat: Generate Config for Connect integrations by Sam Whited · 8 years ago
  38. 7e9cd5d oauth2: remove mockCache since NewTransportFromTokenStore() removed. by Cheng-Lung Sung · 8 years ago
  39. b0e2337 hipchat: Add endpoint function for HipChat server by Sam Whited · 8 years ago
  40. 33fa30f oauth2/internal: Add api.dropboxapi.com to broken providers. by Diwaker Gupta · 8 years ago
  41. 2897dca hipchat: Add HipChat API endpoints by Sam Whited · 8 years ago
  42. 93758b5 fitbit: add Fitbit API endpoints by Matt Layher · 8 years ago
  43. 045497e internal: add Patreon to the broken auth list by Colin Edwards · 8 years ago
  44. 2cd4472 internal: add Wunderlist to list of broken auth providers by Andrew Gerrand · 8 years ago
  45. 1f9b3a1 internal: add baidu.com to the broken auth list by Xudong Zhang · 8 years ago
  46. 188fb45 slack: new package with Slack's endpoints by Tim Swast · 8 years ago
  47. 8a57ed9 transport_test: added TestNilTokenSource + close res.Body per GET by Emmanuel Odeke · 8 years ago
  48. 191c617 microsoft: add windows live endpoints by Vadim Grek · 8 years ago
  49. 2baa8a1 internal: primarily use the HTTP client provided in the context by Burcu Dogan · 8 years ago
  50. 442624c oauth2: allow users to register broken OAuth2 implementations by Burcu Dogan · 8 years ago
  51. 2bf5e6e internal: add Salesforce to list of broken auth providers by Andrew Gerrand · 8 years ago
  52. 3314c49 internal: add microsoftonline.com to list of broken providers by Andrew Gerrand · 8 years ago
  53. d4780cd jws: fix base64Decode for strings of length 1 (mod 4). by David Symonds · 8 years ago
  54. e347d22 jws: add EncodeWithSigner function. by David Symonds · 8 years ago
  55. 038cb4a all: change copyright to 'Go Authors' by Andrew Gerrand · 9 years ago
  56. ef4eca6 small typo fix in clientcredentials.go by John ShaggyTwoDope Jenkins · 9 years ago
  57. 2fbf3d7 token: extra numeric values + test TokenType case by Emmanuel Odeke · 9 years ago
  58. 3cab960 internal: add slack.com to the broken auth list by Burcu Dogan · 9 years ago
  59. c30abee internal: remove GitHub from the list of broken providers by Andrew Gerrand · 9 years ago
  60. 166f7cf google: set expiry on JWTAccessTokenSource by Andrew Gerrand · 9 years ago
  61. 82de3fe jwt: added missing format specifier by Emmanuel Odeke · 9 years ago
  62. d5ff5ab jwt: allow setting a custom expiry time for JWT tokens by robnorman · 9 years ago
  63. 9ecad50 bitbucket: add end points by Manu S Ajith · 9 years ago
  64. 52dcf34 google: Re-enable AppEngineTokenSource to be used from Managed VMs. by Chris Broadfoot · 9 years ago
  65. ad01282 Remove use of appenginevm build tag. by Chris Broadfoot · 9 years ago
  66. 897d973 google: set token type on returned JWTAccessToken, tweak docs by Andrew Gerrand · 9 years ago
  67. 397fe76 google: add support for JWT Access Tokens by Andrew Gerrand · 9 years ago
  68. 8914e50 oauth2: add api.netatmo.net to the broken providers by Lucien Stuker · 9 years ago
  69. b5adcc2 doc: fix typo by Andrew Gerrand · 9 years ago
  70. 36ff901 oauth2: ensure case sensitivity for Bearer, MAC, and Basic in auth header by Andrew Etter · 9 years ago
  71. f98d016 oauth2: use the correct import path for urlfetch by Burcu Dogan · 9 years ago
  72. e296c42 oauth2: add StaticTokenSource to return static tokens by Will Norris · 9 years ago
  73. 2159a45 oauth2: add user.gini.net to the broken providers by Daniel Kerwin · 9 years ago
  74. ec6d5d7 oauth2: add test-sandbox.auth.corp.google.com to the broken providers by Burcu Dogan · 9 years ago
  75. 23f31c3 oauth2: Add Box to the list of broken OAuth providers. by ttacon · 9 years ago
  76. a8c019d oauth2: add support for client credential grant type by Aaron Torres · 9 years ago
  77. ce5ea7d oauth2: rename SetParam to SetAuthURLParam by Burcu Dogan · 9 years ago
  78. d2a4aec oauth/google: fix the broken default credentials link by Burcu Dogan · 9 years ago
  79. c58fcf0 oauth2: fix test to work with Go tip also by Brad Fitzpatrick · 9 years ago
  80. 3046bc7 oauth2: allow callers to pass arbitrary auth URL parameters by Russell Haering · 9 years ago
  81. 11c60b6 doc: fix the issues link by Burcu Dogan · 9 years ago
  82. ca8a464 oauth2: new endpoints by Nikolay Turpitko · 9 years ago
  83. 40163b0 oauth2: Add Strava to list of broken oauth2 endpoints by Kun · 9 years ago
  84. 798d582 google: implement application default credentials by Andrew Gerrand · 9 years ago
  85. e3a16b0 doc: add app engine docs to the readme by Andrew Gerrand · 9 years ago
  86. c4932a9 oauth2: clarify docs on Exchange (nil context isn't ok) by Andrew Gerrand · 9 years ago
  87. 42633ef oauth2: Add TrainingPeaks to list of broken oauth2 endpoints by Kun · 9 years ago
  88. 7e88c64 oauth2: Add Pushbullet to set of broken providers. by Alex Bramley · 9 years ago
  89. 2167774 oauth2: long if condition in providerAuthHeaderWorks replaced with loop by Nikolay Turpitko · 9 years ago
  90. 6d4eed4 oauth2: fix expires_in for PayPal by Nikolay Turpitko · 9 years ago
  91. 54a4310 oauth2/google: ConfigFromJSON should support the installed app credentials by Burcu Dogan · 9 years ago
  92. 5cccf1a oauth2: add a test that checks token reuse by Burcu Dogan · 9 years ago
  93. 10e6bf9 oauth2: provider list modified in providerAuthHeaderWorks by Nikolay Turpitko · 9 years ago
  94. 5a0a1b2 oauth2: remove unnecessary ClientSecret check by HuKeping · 9 years ago
  95. 96e89be oauth2: remove oauth2.Context type, simplify App Engine token code by Andrew Gerrand · 9 years ago
  96. a0fac97 oauth2/internal: provide better error messaging if key parse fails by Burcu Dogan · 9 years ago
  97. 5738e56 oauth2: drop pre-1.4 workaround by Andrew Gerrand · 9 years ago
  98. 85a72d3 oauth2: Add stripe connect to list of bad OAuth2 providers by Ryan Lower · 9 years ago
  99. 36fb42e doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  100. 35468a7 Adds twitch.tv to the list of known OAuth2 providers that do not implement the spec fully. by James Sweet · 9 years ago