1. 5738e56 oauth2: drop pre-1.4 workaround by Andrew Gerrand · 9 years ago
  2. 85a72d3 oauth2: Add stripe connect to list of bad OAuth2 providers by Ryan Lower · 9 years ago
  3. 36fb42e doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  4. 35468a7 Adds twitch.tv to the list of known OAuth2 providers that do not implement the spec fully. by James Sweet · 9 years ago
  5. 407aee3 oauth2/google: add client_credentials.json Config constructor by Burcu Dogan · 9 years ago
  6. 721c86a oauth2/google: fix decode error in Cloud SDK config by Yuki Yugui Sonoda · 9 years ago
  7. d838a7d oauth2/google: simplify the mechanism for overriding gcloud config location by Dave Day · 9 years ago
  8. 864eccb oauth2: remove stale comment by Burcu Dogan · 9 years ago
  9. b0e7ac8 oauth2: Context godoc typo fix by Péter Surányi · 9 years ago
  10. 1406aee oauth2: clarify comment about tokenRefresher's thread safety by Andrew Gerrand · 9 years ago
  11. cc2494a oauth2: fixes tokenRefresher.Token() ignores new refresh_token by Jim Cote · 9 years ago
  12. 6f28996 oauth2: Resource Owner Password Credentials grant by Paul Rosania · 9 years ago
  13. 7b840c3 oauth2: Remove what appears to be an out of date comment. by Aaron Jacobs · 9 years ago
  14. 53c5ae1 oauth2: Fix some redundant wording in the docs for AccessTypeOnline. by Aaron Jacobs · 9 years ago
  15. 27daa78 oauth2: add googleapis.com to list of broken oauth2 endpoints by Andrew Gerrand · 9 years ago
  16. 2b74ab2 oauth2: expire the tokens 10 seconds earlier by Burcu Dogan · 9 years ago
  17. d8ba9d6 google/appengine: change managed VMs context to context.Context by Dave Day · 9 years ago
  18. 267028f oauth2/internal: fix the broken ini parsing test by Burcu Dogan · 9 years ago
  19. ab6e11b oauth2/google: add config type to use Cloud SDK credentials by Johan Euphrosine · 9 years ago
  20. 95a9f97 oauth2: don't require the appengine package during go-get by Burcu Dogan · 9 years ago
  21. b4b040c oauth2: fix the build by Burcu Dogan · 9 years ago
  22. 3e0a896 oauth2/google: exclude the App Engine implementations if not on an AE app by Burcu Dogan · 9 years ago
  23. 2e66694 oauth2/google: remove unused context parameter from JWTConfigFromJSON by Brad Fitzpatrick · 9 years ago
  24. 5361962 oauth2/google: use the metadata package, cleanups by Brad Fitzpatrick · 9 years ago
  25. 685f9f8 oauth2: Token.Extra should be type agnostic by Burcu Dogan · 9 years ago
  26. ed99760 oauth2, oauth2/jwt: break JWT off into its own package by Brad Fitzpatrick · 9 years ago
  27. dfb470c oauth2: fix typo in Token docs and clarify mutability of Token by Brad Fitzpatrick · 9 years ago
  28. a379e41 oauth2, oauth2/google: add, use ReuseTokenSource by Brad Fitzpatrick · 9 years ago
  29. e5909d4 oauth2: remove duplicate package doc and import comments by Jay Weisskopf · 9 years ago
  30. 158e906 oauth2: update "review" to "codereview" in CONTRIBUTING by Jay Weisskopf · 9 years ago
  31. 0a3f399 oauth2: fix the broken appengine build by Burcu Dogan · 9 years ago
  32. 78bedfd oauth2: support CancelRequest when Transport.Base is nil by Brad Fitzpatrick · 9 years ago
  33. f5b40b2 oauth2: use a JSON struct types instead of empty interface maps by Brad Fitzpatrick · 9 years ago
  34. 9abe144 oauth2: move Token into its own file (no code changes) by Brad Fitzpatrick · 9 years ago
  35. 289b5d1 oauth2: handle token expiry for JWT by Burcu Dogan · 9 years ago
  36. 1340747 oauth2/google: better instructions for the PKCS12 to PEM conversion by Burcu Dogan · 9 years ago
  37. 928c2dd oauth2: make sure travis runs at the target commit, not head by Dave Day · 9 years ago
  38. 7512128 oauth2/jws: minor readability improvements by Burcu Dogan · 9 years ago
  39. 7bbf219 oauth2: add func NewClient as per issue #66 by Dave Day · 9 years ago
  40. 79dad4e oauth2: add CONTRIBUTING by Burcu Dogan · 9 years ago
  41. a360c4e oauth2: fix typo by Johan Euphrosine · 9 years ago
  42. 1679411 github: new package with Github's Endpoint by Brad Fitzpatrick · 9 years ago
  43. 9b6b761 oauth2: rewrite google package, fix the broken build by Burcu Dogan · 9 years ago
  44. a568078 oauth2: redesign the API by Brad Fitzpatrick · 9 years ago
  45. b3f9a68 oauth2: fix lint errors by Burcu Dogan · 9 years ago
  46. 3ec35f1 Merge branch 'master' of https://github.com/golang/oauth2 by Andrew Gerrand · 9 years ago
  47. e750a2f oauth2: add vanity URL import comments, use the vanity URL on builds by Burcu Dogan · 9 years ago
  48. 5fd31d5 Merge pull request #50 from snikch/fix-json-expiry by Burcu Dogan · 9 years ago
  49. b846388 oauth2: Removing the inconsistent and duplicate features, better naming by Burcu Dogan · 9 years ago
  50. 778494f Handle expiry correctly in json response by Mal Curtis · 9 years ago
  51. c048af9 Add Cacher interface. by Burcu Dogan · 9 years ago
  52. 2d3ce25 Don't mutate the authorization endpoint. by Burcu Dogan · 9 years ago
  53. 0b8fcba Avoid setting an explicit token fetcher for the known flows. by Burcu Dogan · 9 years ago
  54. 13cbb8b Disable builds for classic App Engine. by Burcu Dogan · 9 years ago
  55. 0cf6f9b Introduce an option function type by Burcu Dogan · 9 years ago
  56. 49f4824 Merge pull request #48 from gmlewis/cache-mock by Burcu Dogan · 9 years ago
  57. 94c2b61 Locally cache oauth tokens. by Glenn Lewis · 10 years ago
  58. 68ff865 Merge pull request #47 from rakyll/build by Burcu Dogan · 9 years ago
  59. 8fcd499 Build against the appengine runtime. by Burcu Dogan · 9 years ago
  60. 0ae3d4e Allow users to get extra fields from a token response. by Burcu Dogan · 9 years ago
  61. 2e27b6b Handle non-2xx for metadata server responses. by Burcu Dogan · 10 years ago
  62. 4b407ca Support token expiration for Facebook OAuth 2.0. by Burcu Dogan · 10 years ago
  63. 7e2b7b4 Merge pull request #45 from secondbit/master by Burcu Dogan · 10 years ago
  64. ad051cf Update metadata server URL to be a FQDN. by Paddy Foran · 10 years ago
  65. 8f816d6 Merge pull request #43 from mjibson/master by Andrew Gerrand · 10 years ago
  66. 123b41c Add SoundCloud to the providers not supporting Auth headers by Matt Jibson · 10 years ago
  67. 311200b Spelling by Matt Jibson · 10 years ago
  68. c03fd6c Merge branch 'master' of github.com:golang/oauth2 by Andrew Gerrand · 10 years ago
  69. 040e271 use variadics and fix build tags for App Engine files by Andrew Gerrand · 10 years ago
  70. 271b19b Merge branch 'master' of github.com:golang/oauth2 by Burcu Dogan · 10 years ago
  71. 7ffb9a8 Fixing path.join for URL generation. by Burcu Dogan · 10 years ago
  72. f8fee03 Godoc links should seem to be linking to godoc.org by Burcu Dogan · 10 years ago
  73. 29bcba0 Merge pull request #39 from clsung/master by Burcu Dogan · 10 years ago
  74. 099e4f0 Add Linkedin to the providers not supporting Auth headers. by CL Sung · 10 years ago
  75. 6d51104 Build should use the exact build tag configuration of GAE managed VMs. by Burcu Dogan · 10 years ago
  76. bda32de Travis build should keep building appenginevm configuration. by Burcu Dogan · 10 years ago
  77. a388976 Fixing build constraints for GAE and GAE managed runtime. by Burcu Dogan · 10 years ago
  78. 85a0f45 Merge pull request #37 from stacktic/DropboxAuthFix by Burcu Dogan · 10 years ago
  79. 16c7b8d Merge pull request #36 from jtolds/master by Burcu Dogan · 10 years ago
  80. e639681 Add Dropbox to the providers not supporting Auth headers. by Arnaud Ysmal · 10 years ago
  81. 8551f9e some pr review fixes by JT Olds · 10 years ago
  82. e68820a fix token exchange by JT Olds · 10 years ago
  83. 97a89b3 Access type and approval prompt should be set at URL generation. by Burcu Dogan · 10 years ago
  84. cb029f4 Fix error message prefix. by Burcu Dogan · 10 years ago
  85. bb84968 Don't assume optional fields are required and use Basic Auth if available. by Burcu Dogan · 10 years ago
  86. 32b8a90 client_secret should be optional. by Burcu Dogan · 10 years ago
  87. cd4a6de Removing non-required initial Client and Transport values. by Burcu Dogan · 10 years ago
  88. 9d409b9 Merge branch 'jsonkeyfile' by Burcu Dogan · 10 years ago
  89. 948919c Merge branch 'httpclient' by Burcu Dogan · 10 years ago
  90. 3314367 Adding support for Google Developers Console JSON key files. by Burcu Dogan · 10 years ago
  91. 9d55d5b Relax AppEngineConfig to allow RoundTrippers. by Burcu Dogan · 10 years ago
  92. cf75ced Merge branch 'master' of github.com:golang/oauth2 by Burcu Dogan · 10 years ago
  93. 533cae1 Add missing license headers. by Burcu Dogan · 10 years ago
  94. 3561f0e Merge pull request #31 from subosito/new-transport-example by Burcu Dogan · 10 years ago
  95. eae9d0e removed NewTransport inline example by Alif Rachmawadi · 10 years ago
  96. 8524783 Allow configs to be initialised with zero values for Client and Transport. by Burcu Dogan · 10 years ago
  97. e049d53 fixed NewTransport example code by Alif Rachmawadi · 10 years ago
  98. 32db53e better error handling in JWT fetchtoken by Andrew Gerrand · 10 years ago
  99. 32b4538 Managed VM users should depend on http.DefaultTransport by default. by Burcu Dogan · 10 years ago
  100. 6bb0a52 Do not assume that http.DefaultClient and http.DefaultTransport is always available. by Burcu Dogan · 10 years ago