1. 5d25da1 go.mod: update stale dependencies by Emmanuel T Odeke · 3 years, 9 months ago
  2. bf48bf1 README, endpoints: fix a typo, update README to point people at endpoints by Brad Fitzpatrick · 4 years, 4 months ago
  3. eca8207 endpoints: add new package for oauth2.Endpoint values by Mark Wolfe · 4 years, 4 months ago
  4. 858c2ad oauth2: turn Transport.CancelRequest into a no-op by Tim Cooper · 6 years ago
  5. 5d9234d jira: update jira JWT subject per Atlassian's recent GDPR changes by Shaun Dunning · 4 years, 5 months ago
  6. 0f29369 google: add some metadata to GCE tokens to identify the token's source by Chris Broadfoot · 5 years ago
  7. aaccbc9 google: update ApprovalForce to use openid connect friendly prompt=consent by Bobby DeSimone · 5 years ago
  8. 950ef44 jwt: support PrivateClaims in Config by Wenlei (Frank) He · 5 years ago
  9. 9f33145 google: Support scopes for ComputeTokenSource by Steven Buss · 5 years ago
  10. c85d3e9 internal: remove fallback parsing for expires_in by Ggicci · 5 years ago
  11. e64efc7 internal: cap expires_in to MaxInt32 by Brad Fitzpatrick · 5 years ago
  12. 529b322 google: Use new endpoints for Google authentication by Jean de Klerk · 6 years ago
  13. 9b3c759 fix misspelled word in comment by Madhu Rajanna · 5 years ago
  14. 4b83411 jwt: add Config.Audience field by Niels Widger · 5 years ago
  15. 3e8b2be internal: tolerate malformed expires_in values more by Brad Fitzpatrick · 5 years ago
  16. 5f6b76b google: remove legacy App Engine context stuff by Brad Fitzpatrick · 5 years ago
  17. 80673b4 oauth2: auto-detect auth style by default, add Endpoint.AuthStyle by Brad Fitzpatrick · 5 years ago
  18. 99b60b7 clientcredentials: allow override of grant_type by Tom Payne · 5 years ago
  19. 5dab416 Clarify that client credentials are not passed in the URL by Peter Dotchev · 5 years ago
  20. 36a7019 oauth2: deflake test relying on time.Now values by Brad Fitzpatrick · 5 years ago
  21. fd3eaa1 oauth2: add module definition by Bryan C. Mills · 5 years ago
  22. d668ce9 Add dailymotion to brokenAuthHeaderProviders by Maruf · 5 years ago
  23. 2820760 internal: add onelogin to broken provider list by huy le · 5 years ago
  24. 8f65e30 internal: add gitter to broken provider list by lalyos · 5 years ago
  25. f42d051 doc: clarify context key usage to override *http.Client by Adam Shannon · 6 years ago
  26. ca4130e README: add policy for new packages by Brad Fitzpatrick · 5 years ago
  27. b758792 google: remove a useless build tag restriction by Brad Fitzpatrick · 5 years ago
  28. 28156e2 facebook: update facebook oauth2 endpoints by Filip Stanis · 6 years ago
  29. 232e455 google: remove Go 1.8 support by Brad Fitzpatrick · 5 years ago
  30. e0f2c55 appengine: use stdlib context instead of x/net/context by Antoine GIRARD · 5 years ago
  31. c453e0c all: use stdlib context instead of x/net/context by Antoine GIRARD · 5 years ago
  32. 5a69e67 appengine: implement AppEngineTokenSource for 2nd gen runtimes by Michael Traver · 5 years ago
  33. 8527f56 oauth2: fix error message typo by Travis Bischel · 5 years ago
  34. 9dcd33a Add Zoho to the list of broken providers by Fredrik Wallgren · 6 years ago
  35. c57b0fa internal: add microsoft sandbox token endpoint to brokenAuthHeaders list by Steve LoFurno · 6 years ago
  36. d2e6202 nokiehealth: add endpoint for Nokia Health Mate by Jeremy · 6 years ago
  37. f720f1f Correct box.com API domain, which still doesn't support Authorization header by Peter Hoyes · 6 years ago
  38. 3d292e4 instagram: add Instagram endpoints by a.lukinykh · 6 years ago
  39. ef14785 stackoverflow: add stackoverflow oauth2 endpoints. by Manigandan Dharmalingam · 6 years ago
  40. 088f8e1 oauth2: Add support for custom params in Exchange by Guillaume J. Charmes · 6 years ago
  41. 113ce69 internal: add Twitch's other endpoint to blacklist by Val Polouchkine · 6 years ago
  42. 1e0a3fa oauth2: mention RFC 6749 in package documentation by Tim Cooper · 6 years ago
  43. ec22f46 oauth2: remove misleading Transport.RoundTrip comment by Tim Cooper · 6 years ago
  44. 30b72df oauth2: close request body if errors occur before base RoundTripper is invoked by Tim Cooper · 6 years ago
  45. bee4e0a cern: add CERN OAuth endpoint by Sebastien Binet · 6 years ago
  46. 8373c64 kakao: Add new endpoint of Kakao by Dong-hee Na · 6 years ago
  47. 770e5eb linkedin: Update to new endpoint by Getulio Sánchez · 6 years ago
  48. dd5f5d8 twitch: update to new endpoint by Benjamin Hsieh · 6 years ago
  49. 6e81df8 gitlab: Use correct endpoint URLs by Naveen Kumar Sangi · 6 years ago
  50. a582fe7 gitlab: New package with GitLab's Endpoint by Naveen Kumar Sangi · 6 years ago
  51. cdc340f jira: fix bug when upper-casing scopes by Shaun Dunning · 6 years ago
  52. 6881fee internal: add todaysplan urls to brokenAuthHeaderProviders by fenwickelliott · 6 years ago
  53. 921ae39 jira: add JIRA provider by Bob Briski · 6 years ago
  54. fdc9e63 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  55. 7af32f1 google: add CredentialsFromJSON by Jonathan Amsterdam · 6 years ago
  56. 2f32c3a mailchimp: add MailChimp provider by Fredrik Wallgren · 6 years ago
  57. d7d6489 internal: remove facebook from brokenAuthHeadersProviders by Tristan Colgate · 6 years ago
  58. 543e378 internal: add more brokenAuthHeadersProviders by Charles Fenwick Elliott · 6 years ago
  59. a032972 internal: Add .auth0.com to broken domains by Paul Tyng · 7 years ago
  60. b28fcf2 oauth2: minor clarification to function comment by Adam Bender · 6 years ago
  61. 30785a2 spotify: add Spotify endpoints by Charles Fenwick Elliott · 6 years ago
  62. 876b1c6 internal: remove RegisterContextClientFunc by Ross Light · 6 years ago
  63. ee2bad9 internal: return error if no access_token present in server response by Ross Light · 6 years ago
  64. 542ae75 oauth2: don't use tokenRefresher directly in tests by Ross Light · 6 years ago
  65. 9015504 internal: inline CondVal function by Ross Light · 6 years ago
  66. 174986b internal: move ParseINI into google by Ross Light · 6 years ago
  67. 40a09c6 internal: fix flaky context test by Ross Light · 6 years ago
  68. 197281d jwt: use RetrieveError for invalid status code errors by Tim Cooper · 6 years ago
  69. 0448841 oauth2: add error type for unsuccessful token endpoint status by Tim Cooper · 6 years ago
  70. 4623166 mailru: add Mail.Ru OAuth2 endpoint by Vladimir Varankin · 6 years ago
  71. dfbc866 yahoo: add Yahoo OAuth2 endpoint by Vladimir Varankin · 6 years ago
  72. 09bba27 microsoft: improve azure active directory endpoint by Elena Grahovac · 6 years ago
  73. 00dc701 oauth2: ignore monotonic time when considering whether Tokens are expired by Blake Mesdag · 6 years ago
  74. e585185 azure: add Azure endpoints by JBD · 6 years ago
  75. 3ea2187 twitch: add twitch OAuth2 endpoint by Anthony Alves · 6 years ago
  76. 6a2004c microsoft: add azure active directory endpoint by Elena Grahovac · 6 years ago
  77. ea8c673 internal: fix test on Go 1.10 by Brad Fitzpatrick · 6 years ago
  78. f95fa95 internal: add login.live.com to brokenAuthHeaderProviders by Max Schmitt · 6 years ago
  79. 9ff8ebc oauth2: fix some typos in code comments by Vladimir Varankin · 7 years ago
  80. bb50c06 oauth2/internal: remove duplicate package documentation by Tim Cooper · 7 years ago
  81. 13449ad internal: urlencode client id and secret in header by Aeneas Rekkas (arekkas) · 7 years ago
  82. d89af98 oauth2: improve the custom HTTP client example by Jaana Burcu Dogan · 7 years ago
  83. 3d1522b oauth2: add examples for basic/custom HTTP client by zachgersh · 7 years ago
  84. 9a379c6 google: add JSON field to DefaultCredentials by Ross Light · 7 years ago
  85. 96fca6c LICENSE: attribute to the Go authors by Jaana Burcu Dogan · 7 years ago
  86. b53b38a README: add links for contributions by Kevin Burke · 7 years ago
  87. cce311a internal: fix broken auth header provider by voutasaurus · 7 years ago
  88. 626d87b internal: Use provided context in subsequent request by Bastian Ike · 7 years ago
  89. 5432cc9 internal: add broken auth header provider by voutasaurus · 7 years ago
  90. f047394 oauth2: add test for preserving refresh token if none is received by Ross Light · 7 years ago
  91. ad516a2 oauth2: adds sipgate api to brokenAuthHeaderProviders by Martin Hoefling · 7 years ago
  92. e7a4820 internal: add Shopify to list of broken auth providers by Dave Day · 7 years ago
  93. a6bd8ce amazon: add amazon endpoints by Jaana Burcu Dogan · 7 years ago
  94. 7fdf099 clientcredentials: update RFC doc link by Eric Chiang · 7 years ago
  95. 7374b3f internal: recognize Salesforce and Okta domains as broken providers by Eric Chiang · 7 years ago
  96. 30fcca6 note that Gerrit is used for reviews on README by Jaana Burcu Dogan · 7 years ago
  97. 1611bb4 internal: don't set client_id and client_secret form values if empty by Jaana Burcu Dogan · 7 years ago
  98. 01b79d9 clientcredentials: add option for additional endpoint parameters by Richard Musiol · 7 years ago
  99. efb10a3 oauth2: add example how to use a custom HTTP client by Jaana Burcu Dogan · 7 years ago
  100. 8cf5815 google: remove code duplication, note appenginevm case by Jaana Burcu Dogan · 7 years ago