1. 1e7f329 oauth2: add ReuseTokenSourceWithExpiry by Roland Shoemaker · 2 years, 5 months ago
  2. 86850e0 oauth2: fix typo by thomas-goncalves · 2 years, 5 months ago
  3. aaccbc9 google: update ApprovalForce to use openid connect friendly prompt=consent by Bobby DeSimone · 6 years ago
  4. 9b3c759 fix misspelled word in comment by Madhu Rajanna · 7 years ago
  5. 80673b4 oauth2: auto-detect auth style by default, add Endpoint.AuthStyle by Brad Fitzpatrick · 7 years ago
  6. 5dab416 Clarify that client credentials are not passed in the URL by Peter Dotchev · 7 years ago
  7. f42d051 doc: clarify context key usage to override *http.Client by Adam Shannon · 7 years ago
  8. c453e0c all: use stdlib context instead of x/net/context by Antoine GIRARD · 7 years ago
  9. 088f8e1 oauth2: Add support for custom params in Exchange by Guillaume J. Charmes · 7 years ago
  10. 1e0a3fa oauth2: mention RFC 6749 in package documentation by Tim Cooper · 7 years ago
  11. b28fcf2 oauth2: minor clarification to function comment by Adam Bender · 8 years ago
  12. 876b1c6 internal: remove RegisterContextClientFunc by Ross Light · 8 years ago
  13. 9015504 internal: inline CondVal function by Ross Light · 8 years ago
  14. 3d1522b oauth2: add examples for basic/custom HTTP client by zachgersh · 8 years ago
  15. 4464e78 oauth2: remove scope & client_id params from access token request by Pablo Lalloni · 9 years ago
  16. c10ba27 all: deprecate NoContext by Jaana Burcu Dogan · 9 years ago
  17. 0aec23f oauth2: add reference to clientcredentials package by Jon Chen · 9 years ago
  18. 08c8d72 oauth2: fix warning from go vet by Sean Rees · 9 years ago
  19. 442624c oauth2: allow users to register broken OAuth2 implementations by Burcu Dogan · 10 years ago
  20. 038cb4a all: change copyright to 'Go Authors' by Andrew Gerrand · 10 years ago
  21. e296c42 oauth2: add StaticTokenSource to return static tokens by Will Norris · 10 years ago
  22. a8c019d oauth2: add support for client credential grant type by Aaron Torres · 10 years ago
  23. ce5ea7d oauth2: rename SetParam to SetAuthURLParam by Burcu Dogan · 10 years ago
  24. 3046bc7 oauth2: allow callers to pass arbitrary auth URL parameters by Russell Haering · 10 years ago
  25. 40163b0 oauth2: Add Strava to list of broken oauth2 endpoints by Kun · 10 years ago
  26. c4932a9 oauth2: clarify docs on Exchange (nil context isn't ok) by Andrew Gerrand · 10 years ago
  27. 42633ef oauth2: Add TrainingPeaks to list of broken oauth2 endpoints by Kun · 10 years ago
  28. 7e88c64 oauth2: Add Pushbullet to set of broken providers. by Alex Bramley · 10 years ago
  29. 2167774 oauth2: long if condition in providerAuthHeaderWorks replaced with loop by Nikolay Turpitko · 10 years ago
  30. 6d4eed4 oauth2: fix expires_in for PayPal by Nikolay Turpitko · 10 years ago
  31. 10e6bf9 oauth2: provider list modified in providerAuthHeaderWorks by Nikolay Turpitko · 10 years ago
  32. 5a0a1b2 oauth2: remove unnecessary ClientSecret check by HuKeping · 11 years ago
  33. 96e89be oauth2: remove oauth2.Context type, simplify App Engine token code by Andrew Gerrand · 11 years ago
  34. 85a72d3 oauth2: Add stripe connect to list of bad OAuth2 providers by Ryan Lower · 11 years ago
  35. 35468a7 Adds twitch.tv to the list of known OAuth2 providers that do not implement the spec fully. by James Sweet · 11 years ago
  36. b0e7ac8 oauth2: Context godoc typo fix by Péter Surányi · 11 years ago
  37. 1406aee oauth2: clarify comment about tokenRefresher's thread safety by Andrew Gerrand · 11 years ago
  38. cc2494a oauth2: fixes tokenRefresher.Token() ignores new refresh_token by Jim Cote · 11 years ago
  39. 6f28996 oauth2: Resource Owner Password Credentials grant by Paul Rosania · 11 years ago
  40. 7b840c3 oauth2: Remove what appears to be an out of date comment. by Aaron Jacobs · 11 years ago
  41. 53c5ae1 oauth2: Fix some redundant wording in the docs for AccessTypeOnline. by Aaron Jacobs · 11 years ago
  42. 27daa78 oauth2: add googleapis.com to list of broken oauth2 endpoints by Andrew Gerrand · 11 years ago
  43. ed99760 oauth2, oauth2/jwt: break JWT off into its own package by Brad Fitzpatrick · 11 years ago
  44. dfb470c oauth2: fix typo in Token docs and clarify mutability of Token by Brad Fitzpatrick · 11 years ago
  45. a379e41 oauth2, oauth2/google: add, use ReuseTokenSource by Brad Fitzpatrick · 11 years ago
  46. f5b40b2 oauth2: use a JSON struct types instead of empty interface maps by Brad Fitzpatrick · 11 years ago
  47. 9abe144 oauth2: move Token into its own file (no code changes) by Brad Fitzpatrick · 11 years ago
  48. 7bbf219 oauth2: add func NewClient as per issue #66 by Dave Day · 11 years ago
  49. a360c4e oauth2: fix typo by Johan Euphrosine · 11 years ago
  50. 9b6b761 oauth2: rewrite google package, fix the broken build by Burcu Dogan · 11 years ago
  51. a568078 oauth2: redesign the API by Brad Fitzpatrick · 11 years ago
  52. 3ec35f1 Merge branch 'master' of https://github.com/golang/oauth2 by Andrew Gerrand · 11 years ago
  53. e750a2f oauth2: add vanity URL import comments, use the vanity URL on builds by Burcu Dogan · 11 years ago
  54. 5fd31d5 Merge pull request #50 from snikch/fix-json-expiry by Burcu Dogan · 11 years ago
  55. b846388 oauth2: Removing the inconsistent and duplicate features, better naming by Burcu Dogan · 11 years ago
  56. 778494f Handle expiry correctly in json response by Mal Curtis · 11 years ago
  57. c048af9 Add Cacher interface. by Burcu Dogan · 11 years ago
  58. 2d3ce25 Don't mutate the authorization endpoint. by Burcu Dogan · 11 years ago
  59. 0b8fcba Avoid setting an explicit token fetcher for the known flows. by Burcu Dogan · 11 years ago
  60. 0cf6f9b Introduce an option function type by Burcu Dogan · 11 years ago
  61. 0ae3d4e Allow users to get extra fields from a token response. by Burcu Dogan · 11 years ago
  62. 4b407ca Support token expiration for Facebook OAuth 2.0. by Burcu Dogan · 11 years ago
  63. 123b41c Add SoundCloud to the providers not supporting Auth headers by Matt Jibson · 11 years ago
  64. 311200b Spelling by Matt Jibson · 11 years ago
  65. 099e4f0 Add Linkedin to the providers not supporting Auth headers. by CL Sung · 11 years ago
  66. 85a0f45 Merge pull request #37 from stacktic/DropboxAuthFix by Burcu Dogan · 11 years ago
  67. e639681 Add Dropbox to the providers not supporting Auth headers. by Arnaud Ysmal · 11 years ago
  68. e68820a fix token exchange by JT Olds · 11 years ago
  69. 97a89b3 Access type and approval prompt should be set at URL generation. by Burcu Dogan · 11 years ago
  70. cb029f4 Fix error message prefix. by Burcu Dogan · 11 years ago
  71. bb84968 Don't assume optional fields are required and use Basic Auth if available. by Burcu Dogan · 11 years ago
  72. 32b8a90 client_secret should be optional. by Burcu Dogan · 11 years ago
  73. cd4a6de Removing non-required initial Client and Transport values. by Burcu Dogan · 11 years ago
  74. 948919c Merge branch 'httpclient' by Burcu Dogan · 11 years ago
  75. eae9d0e removed NewTransport inline example by Alif Rachmawadi · 11 years ago
  76. 8524783 Allow configs to be initialised with zero values for Client and Transport. by Burcu Dogan · 11 years ago
  77. e049d53 fixed NewTransport example code by Alif Rachmawadi · 11 years ago
  78. 32b4538 Managed VM users should depend on http.DefaultTransport by default. by Burcu Dogan · 11 years ago
  79. 6bb0a52 Do not assume that http.DefaultClient and http.DefaultTransport is always available. by Burcu Dogan · 11 years ago
  80. 3a5e881 Rename exchange code to code, document as authorization code. by Burcu Dogan · 11 years ago
  81. ee77246 Don't provide a Transport interface but provide a http.RoundTripper implementation. by Burcu Dogan · 11 years ago
  82. b314823 TokenFetcher should not mutate existing tokens. by Burcu Dogan · 11 years ago
  83. b2a1756 Merge branch 'scopes-omit' by Burcu Dogan · 11 years ago
  84. de4c431 Adding required client_secret credential. by Burcu Dogan · 11 years ago
  85. f9dc756 Docs improvements, lint error fixes. by Burcu Dogan · 11 years ago
  86. 03e5fbe Fixing json tags. by Burcu Dogan · 11 years ago
  87. a9dc52b Docs, code cleanups. by Burcu Dogan · 11 years ago
  88. 4c579cb Export exchange. by Burcu Dogan · 11 years ago
  89. 87013cb Make AccessType, ApprovalPrompt and RedirectURL optional. by Arnaud Ysmal · 11 years ago
  90. 067c73f Clone authURL. by Burcu Dogan · 11 years ago
  91. 4ad15bb Remove named return values. by Burcu Dogan · 11 years ago
  92. 70bd497 Fail during conf init if auth or token URL is not valid. by Burcu Dogan · 11 years ago
  93. 6b4f2ed Use default client rather than a new client instance. by Burcu Dogan · 11 years ago
  94. 0f597d5 oauth2: don't use http.DefaultTransport. by Burcu Dogan · 11 years ago
  95. 93ad3f4 remove cache by Johan Euphrosine · 11 years ago
  96. 5501212 Merge branch 'readme' by Burcu Dogan · 11 years ago
  97. de1f5a3 Dont export exchange. by Burcu Dogan · 11 years ago
  98. c4d44ca Add examples for regular and JWT configs and transport init. by Burcu Dogan · 11 years ago
  99. 4337573 oauth2: perform caching ops at the transport level by Burcu Dogan · 11 years ago
  100. 002375a Removing unnecessary option getters. by Burcu Dogan · 11 years ago