1. 68ff865 Merge pull request #47 from rakyll/build by Burcu Dogan · 10 years ago
  2. 8fcd499 Build against the appengine runtime. by Burcu Dogan · 10 years ago
  3. 0ae3d4e Allow users to get extra fields from a token response. by Burcu Dogan · 10 years ago
  4. 2e27b6b Handle non-2xx for metadata server responses. by Burcu Dogan · 10 years ago
  5. 4b407ca Support token expiration for Facebook OAuth 2.0. by Burcu Dogan · 10 years ago
  6. 7e2b7b4 Merge pull request #45 from secondbit/master by Burcu Dogan · 10 years ago
  7. ad051cf Update metadata server URL to be a FQDN. by Paddy Foran · 10 years ago
  8. 8f816d6 Merge pull request #43 from mjibson/master by Andrew Gerrand · 10 years ago
  9. 123b41c Add SoundCloud to the providers not supporting Auth headers by Matt Jibson · 10 years ago
  10. 311200b Spelling by Matt Jibson · 10 years ago
  11. c03fd6c Merge branch 'master' of github.com:golang/oauth2 by Andrew Gerrand · 10 years ago
  12. 040e271 use variadics and fix build tags for App Engine files by Andrew Gerrand · 10 years ago
  13. 271b19b Merge branch 'master' of github.com:golang/oauth2 by Burcu Dogan · 10 years ago
  14. 7ffb9a8 Fixing path.join for URL generation. by Burcu Dogan · 10 years ago
  15. f8fee03 Godoc links should seem to be linking to godoc.org by Burcu Dogan · 10 years ago
  16. 29bcba0 Merge pull request #39 from clsung/master by Burcu Dogan · 10 years ago
  17. 099e4f0 Add Linkedin to the providers not supporting Auth headers. by CL Sung · 10 years ago
  18. 6d51104 Build should use the exact build tag configuration of GAE managed VMs. by Burcu Dogan · 10 years ago
  19. bda32de Travis build should keep building appenginevm configuration. by Burcu Dogan · 10 years ago
  20. a388976 Fixing build constraints for GAE and GAE managed runtime. by Burcu Dogan · 10 years ago
  21. 85a0f45 Merge pull request #37 from stacktic/DropboxAuthFix by Burcu Dogan · 10 years ago
  22. 16c7b8d Merge pull request #36 from jtolds/master by Burcu Dogan · 10 years ago
  23. e639681 Add Dropbox to the providers not supporting Auth headers. by Arnaud Ysmal · 10 years ago
  24. 8551f9e some pr review fixes by JT Olds · 10 years ago
  25. e68820a fix token exchange by JT Olds · 10 years ago
  26. 97a89b3 Access type and approval prompt should be set at URL generation. by Burcu Dogan · 10 years ago
  27. cb029f4 Fix error message prefix. by Burcu Dogan · 10 years ago
  28. bb84968 Don't assume optional fields are required and use Basic Auth if available. by Burcu Dogan · 10 years ago
  29. 32b8a90 client_secret should be optional. by Burcu Dogan · 10 years ago
  30. cd4a6de Removing non-required initial Client and Transport values. by Burcu Dogan · 10 years ago
  31. 9d409b9 Merge branch 'jsonkeyfile' by Burcu Dogan · 10 years ago
  32. 948919c Merge branch 'httpclient' by Burcu Dogan · 10 years ago
  33. 3314367 Adding support for Google Developers Console JSON key files. by Burcu Dogan · 10 years ago
  34. 9d55d5b Relax AppEngineConfig to allow RoundTrippers. by Burcu Dogan · 10 years ago
  35. cf75ced Merge branch 'master' of github.com:golang/oauth2 by Burcu Dogan · 10 years ago
  36. 533cae1 Add missing license headers. by Burcu Dogan · 10 years ago
  37. 3561f0e Merge pull request #31 from subosito/new-transport-example by Burcu Dogan · 10 years ago
  38. eae9d0e removed NewTransport inline example by Alif Rachmawadi · 10 years ago
  39. 8524783 Allow configs to be initialised with zero values for Client and Transport. by Burcu Dogan · 10 years ago
  40. e049d53 fixed NewTransport example code by Alif Rachmawadi · 10 years ago
  41. 32db53e better error handling in JWT fetchtoken by Andrew Gerrand · 10 years ago
  42. 32b4538 Managed VM users should depend on http.DefaultTransport by default. by Burcu Dogan · 10 years ago
  43. 6bb0a52 Do not assume that http.DefaultClient and http.DefaultTransport is always available. by Burcu Dogan · 10 years ago
  44. 38c4892 Merge branch 'privatekey' by Burcu Dogan · 10 years ago
  45. 03a41b2 Don't assume private key to be available on a traditional file system. by Burcu Dogan · 10 years ago
  46. 3a5e881 Rename exchange code to code, document as authorization code. by Burcu Dogan · 10 years ago
  47. ee77246 Don't provide a Transport interface but provide a http.RoundTripper implementation. by Burcu Dogan · 10 years ago
  48. b314823 TokenFetcher should not mutate existing tokens. by Burcu Dogan · 10 years ago
  49. b2a1756 Merge branch 'scopes-omit' by Burcu Dogan · 10 years ago
  50. de4c431 Adding required client_secret credential. by Burcu Dogan · 10 years ago
  51. f9dc756 Docs improvements, lint error fixes. by Burcu Dogan · 10 years ago
  52. 03e5fbe Fixing json tags. by Burcu Dogan · 10 years ago
  53. a9dc52b Docs, code cleanups. by Burcu Dogan · 10 years ago
  54. eb7270d oauth2: Allow use of arbitrary RSA private keys to sign JWT token retrieving requests. by Burcu Dogan · 10 years ago
  55. 4c579cb Export exchange. by Burcu Dogan · 10 years ago
  56. 6d8f8ea Avoid concatenating scope literals. by Burcu Dogan · 10 years ago
  57. 33dee1e Merge pull request #15 from stacktic/dropbox by Burcu Dogan · 10 years ago
  58. 87013cb Make AccessType, ApprovalPrompt and RedirectURL optional. by Arnaud Ysmal · 10 years ago
  59. 067c73f Clone authURL. by Burcu Dogan · 10 years ago
  60. 4ad15bb Remove named return values. by Burcu Dogan · 10 years ago
  61. 70bd497 Fail during conf init if auth or token URL is not valid. by Burcu Dogan · 10 years ago
  62. 7935ece Export Transport to allow default transport to be configurable. by Burcu Dogan · 10 years ago
  63. 6b4f2ed Use default client rather than a new client instance. by Burcu Dogan · 10 years ago
  64. 648dd50 Revert "App Engine Managed VMs should depend on url fetcher." by Burcu Dogan · 10 years ago
  65. 4901e89 App Engine Managed VMs should depend on url fetcher. by Burcu Dogan · 10 years ago
  66. 0f597d5 oauth2: don't use http.DefaultTransport. by Burcu Dogan · 10 years ago
  67. 958c478 Add build status. by Burcu Dogan · 10 years ago
  68. fc96e13 Merge branch 'master' of github.com:rakyll/oauth2 by Burcu Dogan · 10 years ago
  69. 26b7d82 Merge pull request #11 from proppy/master by Burcu Dogan · 10 years ago
  70. c880978 Adding travis build file. by Burcu Dogan · 10 years ago
  71. 93ad3f4 remove cache by Johan Euphrosine · 10 years ago
  72. e62c791 Making google package godoc more visible. by Burcu Dogan · 10 years ago
  73. 5501212 Merge branch 'readme' by Burcu Dogan · 10 years ago
  74. de1f5a3 Dont export exchange. by Burcu Dogan · 10 years ago
  75. 45a1111 Add instructions for contributing. by Burcu Dogan · 10 years ago
  76. dd339c2 Add README. Fixes #2. by Burcu Dogan · 10 years ago
  77. 0221bdd Adding TODO to remove dummy tests after go1.4. by Burcu Dogan · 10 years ago
  78. cb98965 Fix examples. by Burcu Dogan · 10 years ago
  79. 49766fd Add app engine and compute engine examples. by Burcu Dogan · 10 years ago
  80. f156f28 Handle scan error. by Burcu Dogan · 10 years ago
  81. fe0eecc Some cleanup, adding Google web flow example. by Burcu Dogan · 10 years ago
  82. c4d44ca Add examples for regular and JWT configs and transport init. by Burcu Dogan · 10 years ago
  83. ad322e7 Caches should return an error instead of invoking a handler. by Burcu Dogan · 10 years ago
  84. 8387534 Use Errorfs to fail the tests. by Burcu Dogan · 10 years ago
  85. 6ee9c84 App Engine implementations should use the cached transport. by Burcu Dogan · 10 years ago
  86. ea046b8 Merge branch 'master' into cache by Burcu Dogan · 10 years ago
  87. 7a2df5b Add docs. by Burcu Dogan · 10 years ago
  88. a443e46 Make app engine main implementation godoced. by Burcu Dogan · 10 years ago
  89. 8a105be Add tests. by Burcu Dogan · 10 years ago
  90. db2d875 Add docs for NewAuthorizedTransportWithCache. by Burcu Dogan · 10 years ago
  91. 4337573 oauth2: perform caching ops at the transport level by Burcu Dogan · 10 years ago
  92. bf10685 Adding app engine implementations. by Burcu Dogan · 10 years ago
  93. 5c1195a Constructor can't return an error for Compute Engine confs. by Burcu Dogan · 10 years ago
  94. 075fdd8 Fix oauth2's import path. by Burcu Dogan · 10 years ago
  95. 904252a ComputeEngineConfig should implement TokenFetcher. by Burcu Dogan · 10 years ago
  96. 13179d7 Switch to google.golang.org based import path. by Burcu Dogan · 10 years ago
  97. 002375a Removing unnecessary option getters. by Burcu Dogan · 10 years ago
  98. 4b55894 Provide missing docs for Cache interface and transport constructors. by Burcu Dogan · 10 years ago
  99. c376bb1 JWTConfig should provide a cached transport constructor. by Burcu Dogan · 10 years ago
  100. 58513eb Provide a transport constructor for transporters with a cache. by Burcu Dogan · 10 years ago