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