1. ad01282 Remove use of appenginevm build tag. by Chris Broadfoot · 9 years ago
  2. 897d973 google: set token type on returned JWTAccessToken, tweak docs by Andrew Gerrand · 9 years ago
  3. 397fe76 google: add support for JWT Access Tokens by Andrew Gerrand · 9 years ago
  4. 8914e50 oauth2: add api.netatmo.net to the broken providers by Lucien Stuker · 9 years ago
  5. b5adcc2 doc: fix typo by Andrew Gerrand · 9 years ago
  6. 36ff901 oauth2: ensure case sensitivity for Bearer, MAC, and Basic in auth header by Andrew Etter · 9 years ago
  7. f98d016 oauth2: use the correct import path for urlfetch by Burcu Dogan · 9 years ago
  8. e296c42 oauth2: add StaticTokenSource to return static tokens by Will Norris · 9 years ago
  9. 2159a45 oauth2: add user.gini.net to the broken providers by Daniel Kerwin · 9 years ago
  10. ec6d5d7 oauth2: add test-sandbox.auth.corp.google.com to the broken providers by Burcu Dogan · 9 years ago
  11. 23f31c3 oauth2: Add Box to the list of broken OAuth providers. by ttacon · 9 years ago
  12. a8c019d oauth2: add support for client credential grant type by Aaron Torres · 9 years ago
  13. ce5ea7d oauth2: rename SetParam to SetAuthURLParam by Burcu Dogan · 9 years ago
  14. d2a4aec oauth/google: fix the broken default credentials link by Burcu Dogan · 9 years ago
  15. c58fcf0 oauth2: fix test to work with Go tip also by Brad Fitzpatrick · 9 years ago
  16. 3046bc7 oauth2: allow callers to pass arbitrary auth URL parameters by Russell Haering · 9 years ago
  17. 11c60b6 doc: fix the issues link by Burcu Dogan · 9 years ago
  18. ca8a464 oauth2: new endpoints by Nikolay Turpitko · 9 years ago
  19. 40163b0 oauth2: Add Strava to list of broken oauth2 endpoints by Kun · 9 years ago
  20. 798d582 google: implement application default credentials by Andrew Gerrand · 9 years ago
  21. e3a16b0 doc: add app engine docs to the readme by Andrew Gerrand · 9 years ago
  22. c4932a9 oauth2: clarify docs on Exchange (nil context isn't ok) by Andrew Gerrand · 9 years ago
  23. 42633ef oauth2: Add TrainingPeaks to list of broken oauth2 endpoints by Kun · 9 years ago
  24. 7e88c64 oauth2: Add Pushbullet to set of broken providers. by Alex Bramley · 9 years ago
  25. 2167774 oauth2: long if condition in providerAuthHeaderWorks replaced with loop by Nikolay Turpitko · 9 years ago
  26. 6d4eed4 oauth2: fix expires_in for PayPal by Nikolay Turpitko · 9 years ago
  27. 54a4310 oauth2/google: ConfigFromJSON should support the installed app credentials by Burcu Dogan · 9 years ago
  28. 5cccf1a oauth2: add a test that checks token reuse by Burcu Dogan · 9 years ago
  29. 10e6bf9 oauth2: provider list modified in providerAuthHeaderWorks by Nikolay Turpitko · 9 years ago
  30. 5a0a1b2 oauth2: remove unnecessary ClientSecret check by HuKeping · 9 years ago
  31. 96e89be oauth2: remove oauth2.Context type, simplify App Engine token code by Andrew Gerrand · 9 years ago
  32. a0fac97 oauth2/internal: provide better error messaging if key parse fails by Burcu Dogan · 9 years ago
  33. 5738e56 oauth2: drop pre-1.4 workaround by Andrew Gerrand · 9 years ago
  34. 85a72d3 oauth2: Add stripe connect to list of bad OAuth2 providers by Ryan Lower · 9 years ago
  35. 36fb42e doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  36. 35468a7 Adds twitch.tv to the list of known OAuth2 providers that do not implement the spec fully. by James Sweet · 9 years ago
  37. 407aee3 oauth2/google: add client_credentials.json Config constructor by Burcu Dogan · 9 years ago
  38. 721c86a oauth2/google: fix decode error in Cloud SDK config by Yuki Yugui Sonoda · 9 years ago
  39. d838a7d oauth2/google: simplify the mechanism for overriding gcloud config location by Dave Day · 9 years ago
  40. 864eccb oauth2: remove stale comment by Burcu Dogan · 9 years ago
  41. b0e7ac8 oauth2: Context godoc typo fix by Péter Surányi · 9 years ago
  42. 1406aee oauth2: clarify comment about tokenRefresher's thread safety by Andrew Gerrand · 9 years ago
  43. cc2494a oauth2: fixes tokenRefresher.Token() ignores new refresh_token by Jim Cote · 9 years ago
  44. 6f28996 oauth2: Resource Owner Password Credentials grant by Paul Rosania · 9 years ago
  45. 7b840c3 oauth2: Remove what appears to be an out of date comment. by Aaron Jacobs · 9 years ago
  46. 53c5ae1 oauth2: Fix some redundant wording in the docs for AccessTypeOnline. by Aaron Jacobs · 9 years ago
  47. 27daa78 oauth2: add googleapis.com to list of broken oauth2 endpoints by Andrew Gerrand · 9 years ago
  48. 2b74ab2 oauth2: expire the tokens 10 seconds earlier by Burcu Dogan · 9 years ago
  49. d8ba9d6 google/appengine: change managed VMs context to context.Context by Dave Day · 9 years ago
  50. 267028f oauth2/internal: fix the broken ini parsing test by Burcu Dogan · 9 years ago
  51. ab6e11b oauth2/google: add config type to use Cloud SDK credentials by Johan Euphrosine · 9 years ago
  52. 95a9f97 oauth2: don't require the appengine package during go-get by Burcu Dogan · 9 years ago
  53. b4b040c oauth2: fix the build by Burcu Dogan · 9 years ago
  54. 3e0a896 oauth2/google: exclude the App Engine implementations if not on an AE app by Burcu Dogan · 9 years ago
  55. 2e66694 oauth2/google: remove unused context parameter from JWTConfigFromJSON by Brad Fitzpatrick · 9 years ago
  56. 5361962 oauth2/google: use the metadata package, cleanups by Brad Fitzpatrick · 9 years ago
  57. 685f9f8 oauth2: Token.Extra should be type agnostic by Burcu Dogan · 9 years ago
  58. ed99760 oauth2, oauth2/jwt: break JWT off into its own package by Brad Fitzpatrick · 9 years ago
  59. dfb470c oauth2: fix typo in Token docs and clarify mutability of Token by Brad Fitzpatrick · 9 years ago
  60. a379e41 oauth2, oauth2/google: add, use ReuseTokenSource by Brad Fitzpatrick · 9 years ago
  61. e5909d4 oauth2: remove duplicate package doc and import comments by Jay Weisskopf · 9 years ago
  62. 158e906 oauth2: update "review" to "codereview" in CONTRIBUTING by Jay Weisskopf · 9 years ago
  63. 0a3f399 oauth2: fix the broken appengine build by Burcu Dogan · 9 years ago
  64. 78bedfd oauth2: support CancelRequest when Transport.Base is nil by Brad Fitzpatrick · 9 years ago
  65. f5b40b2 oauth2: use a JSON struct types instead of empty interface maps by Brad Fitzpatrick · 9 years ago
  66. 9abe144 oauth2: move Token into its own file (no code changes) by Brad Fitzpatrick · 9 years ago
  67. 289b5d1 oauth2: handle token expiry for JWT by Burcu Dogan · 9 years ago
  68. 1340747 oauth2/google: better instructions for the PKCS12 to PEM conversion by Burcu Dogan · 9 years ago
  69. 928c2dd oauth2: make sure travis runs at the target commit, not head by Dave Day · 9 years ago
  70. 7512128 oauth2/jws: minor readability improvements by Burcu Dogan · 9 years ago
  71. 7bbf219 oauth2: add func NewClient as per issue #66 by Dave Day · 9 years ago
  72. 79dad4e oauth2: add CONTRIBUTING by Burcu Dogan · 9 years ago
  73. a360c4e oauth2: fix typo by Johan Euphrosine · 9 years ago
  74. 1679411 github: new package with Github's Endpoint by Brad Fitzpatrick · 9 years ago
  75. 9b6b761 oauth2: rewrite google package, fix the broken build by Burcu Dogan · 9 years ago
  76. a568078 oauth2: redesign the API by Brad Fitzpatrick · 9 years ago
  77. b3f9a68 oauth2: fix lint errors by Burcu Dogan · 9 years ago
  78. 3ec35f1 Merge branch 'master' of https://github.com/golang/oauth2 by Andrew Gerrand · 9 years ago
  79. e750a2f oauth2: add vanity URL import comments, use the vanity URL on builds by Burcu Dogan · 9 years ago
  80. 5fd31d5 Merge pull request #50 from snikch/fix-json-expiry by Burcu Dogan · 9 years ago
  81. b846388 oauth2: Removing the inconsistent and duplicate features, better naming by Burcu Dogan · 9 years ago
  82. 778494f Handle expiry correctly in json response by Mal Curtis · 9 years ago
  83. c048af9 Add Cacher interface. by Burcu Dogan · 9 years ago
  84. 2d3ce25 Don't mutate the authorization endpoint. by Burcu Dogan · 9 years ago
  85. 0b8fcba Avoid setting an explicit token fetcher for the known flows. by Burcu Dogan · 9 years ago
  86. 13cbb8b Disable builds for classic App Engine. by Burcu Dogan · 9 years ago
  87. 0cf6f9b Introduce an option function type by Burcu Dogan · 9 years ago
  88. 49f4824 Merge pull request #48 from gmlewis/cache-mock by Burcu Dogan · 9 years ago
  89. 94c2b61 Locally cache oauth tokens. by Glenn Lewis · 10 years ago
  90. 68ff865 Merge pull request #47 from rakyll/build by Burcu Dogan · 9 years ago
  91. 8fcd499 Build against the appengine runtime. by Burcu Dogan · 9 years ago
  92. 0ae3d4e Allow users to get extra fields from a token response. by Burcu Dogan · 10 years ago
  93. 2e27b6b Handle non-2xx for metadata server responses. by Burcu Dogan · 10 years ago
  94. 4b407ca Support token expiration for Facebook OAuth 2.0. by Burcu Dogan · 10 years ago
  95. 7e2b7b4 Merge pull request #45 from secondbit/master by Burcu Dogan · 10 years ago
  96. ad051cf Update metadata server URL to be a FQDN. by Paddy Foran · 10 years ago
  97. 8f816d6 Merge pull request #43 from mjibson/master by Andrew Gerrand · 10 years ago
  98. 123b41c Add SoundCloud to the providers not supporting Auth headers by Matt Jibson · 10 years ago
  99. 311200b Spelling by Matt Jibson · 10 years ago
  100. c03fd6c Merge branch 'master' of github.com:golang/oauth2 by Andrew Gerrand · 10 years ago