1. a835fc4 oauth2: move global auth style cache to be per-Config by Brad Fitzpatrick · 2 years, 1 month ago
  2. cfe200d oauth2: parse RFC 6749 error response by M Hickford · 2 years, 5 months ago
  3. 1e7f329 oauth2: add ReuseTokenSourceWithExpiry by Roland Shoemaker · 2 years, 5 months ago
  4. 80673b4 oauth2: auto-detect auth style by default, add Endpoint.AuthStyle by Brad Fitzpatrick · 7 years ago
  5. 36a7019 oauth2: deflake test relying on time.Now values by Brad Fitzpatrick · 7 years ago
  6. c453e0c all: use stdlib context instead of x/net/context by Antoine GIRARD · 7 years ago
  7. 0448841 oauth2: add error type for unsuccessful token endpoint status by Tim Cooper · 8 years ago
  8. 00dc701 oauth2: ignore monotonic time when considering whether Tokens are expired by Blake Mesdag · 8 years ago
  9. 9ff8ebc oauth2: fix some typos in code comments by Vladimir Varankin · 8 years ago
  10. 038cb4a all: change copyright to 'Go Authors' by Andrew Gerrand · 10 years ago
  11. 2fbf3d7 token: extra numeric values + test TokenType case by Emmanuel Odeke · 10 years ago
  12. 36ff901 oauth2: ensure case sensitivity for Bearer, MAC, and Basic in auth header by Andrew Etter · 10 years ago
  13. a8c019d oauth2: add support for client credential grant type by Aaron Torres · 10 years ago
  14. 2b74ab2 oauth2: expire the tokens 10 seconds earlier by Burcu Dogan · 11 years ago
  15. 685f9f8 oauth2: Token.Extra should be type agnostic by Burcu Dogan · 11 years ago
  16. ed99760 oauth2, oauth2/jwt: break JWT off into its own package by Brad Fitzpatrick · 11 years ago
  17. dfb470c oauth2: fix typo in Token docs and clarify mutability of Token by Brad Fitzpatrick · 11 years ago
  18. a379e41 oauth2, oauth2/google: add, use ReuseTokenSource by Brad Fitzpatrick · 11 years ago
  19. e5909d4 oauth2: remove duplicate package doc and import comments by Jay Weisskopf · 11 years ago
  20. 9abe144 oauth2: move Token into its own file (no code changes) by Brad Fitzpatrick · 11 years ago