1. 56c3946 fix: Allow multiple audiences for id_token.verify_token (#733) by Jonathan Beaulieu · 4 years, 4 months ago
  2. 82293fe feat: add reauth feature to user credentials (#727) by arithmetic1728 · 4 years, 4 months ago
  3. b1a12d2 build: fix warnings in docgen (#711) by Bu Sun Kim · 4 years, 5 months ago
  4. d4d7f38 feat: workload identity federation support (#698) by bojeil-google · 4 years, 6 months ago
  5. 9dc2d86 Revert "feat: workload identity federation support (#686)" (#691) by Bu Sun Kim · 4 years, 6 months ago
  6. 5dcd2b1 feat: workload identity federation support (#686) by bojeil-google · 4 years, 6 months ago
  7. bf5ce0c feat: use self-signed jwt for service account (#665) by Bu Sun Kim · 4 years, 6 months ago
  8. 9c4200d Update example in oauth2.id_token docs (#624) by matthewhughes934 · 4 years, 9 months ago
  9. 7e15258 feat: add asyncio based auth flow (#612) by Christopher Wilcox · 4 years, 10 months ago
  10. d0e0aba fix: fix expiry for `to_json()` (#589) by wesley chun · 4 years, 11 months ago
  11. 41599ae refactor: split 'with_quota_project' into separate base class (#561) by Bu Sun Kim · 5 years ago
  12. 3dda7b2 feat: add quota project to base credentials class (#546) by Bu Sun Kim · 5 years ago
  13. c05b8b5 feat: check 'iss' in `verify_oauth2_token` (#500) by Bu Sun Kim · 5 years ago
  14. 67d38d8 docs: update docstring of to_json() method (#511) by alvyjudy · 5 years ago
  15. b12488c feat: add quota_project_id to service accounts; add with_quota_project methods (#519) by Bu Sun Kim · 5 years ago
  16. 3d672e9 fix: catch exceptions.RefreshError (#508) by arithmetic1728 · 5 years ago
  17. 506c565 feat: add fetch_id_token to support id_token adc (#469) by arithmetic1728 · 5 years ago
  18. 772dac6 feat: add access token credentials (#476) by arithmetic1728 · 5 years ago
  19. 901c259 Revert "fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)" (#444) by k-yone · 5 years ago
  20. 37141e4 docs(copyright): correct name of company for commits after 2015 (#440) by C.J. Collier · 5 years ago
  21. 054db75 fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365) by Bu Sun Kim · 6 years ago
  22. a57a770 fix: always pass body of type bytes to `google.auth.transport.Request` (#421) by Bu Sun Kim · 6 years ago
  23. 32d71a5 feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412) by Bu Sun Kim · 6 years ago
  24. 25ea942 fix: revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400)" (#407) by Bu Sun Kim · 6 years ago
  25. ab3dc1e feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400) by Bu Sun Kim · 6 years ago
  26. bfb1f8c feat: add `to_json` method to google.oauth2.credentials.Credentials (#367) by patkasper · 6 years ago
  27. 3b5d3e2 fix: in token endpoint request, do not decode the response data if it is not encoded (#393) by Steve · 6 years ago
  28. 46bb58e fix: change 'internal_failure' condition to also use `error' field (#387) by Georgy Savva · 6 years ago
  29. 9eec091 chore: blacken (#375) by Bu Sun Kim · 6 years ago
  30. eae1dcb Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368) by Anjali Doneria · 6 years ago
  31. 530f5f9 Use cls parameter instead of class (#341) by Emile Caron · 6 years ago
  32. 49a18c4 Add downscoping to ouath2 credentials (#309) by Eugene W. Foley · 6 years ago
  33. b7eb1a7 Use new Auth URIs (#281) by Thea Flowers · 7 years ago
  34. 118c048 Raise a helpful exception when trying to refresh credentials without a refresh token (#262) by Thea Flowers · 7 years ago
  35. 4255b10 Improve documentation around ID Tokens (#224) by Arlan Jaska · 7 years ago
  36. b649b43 Add `google.oauth2.service_account.IDTokenCredentials`. (#234) by Christophe Taton · 7 years ago
  37. 23c88f7 Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226) by Hiranya Jayathilaka · 8 years ago
  38. 895e369 Using `six.raise_from` wherever possible. by Danny Hermes · 8 years ago
  39. b7b48f1 fix comment, seconds not sections (#210) by Albert-Jan Nijburg · 8 years ago
  40. cb7b3c4 Fix OAuth2 credentials to inherit from ReadOnlyScoped instead of Scoped. (#200) by Mahmoud Bassiouny · 8 years ago
  41. 6a3f0ec Expose Project ID from service account credentials (#187) by Hiranya Jayathilaka · 8 years ago
  42. 26a1637 Expose id_token in OAuth 2.0 credentials (#150) by Jon Wayne Parrott · 8 years ago
  43. 75c78b2 Add service_account.Credentials.with_claims (#140) by Jon Wayne Parrott · 8 years ago
  44. 06a27e8 Separate oauthlib integration into its own package (#137) by Jon Wayne Parrott · 8 years ago
  45. b9101e3 Add helpful error messages when importing optional dependencies (#125) by Jon Wayne Parrott · 8 years ago
  46. 2d0549a Add public properties to google.oauth2.credentials.Credentials (#124) by Jon Wayne Parrott · 8 years ago
  47. b8f48d0 Add jwt.Credentials.from_signing_credentials, remove serivce_account.Credentials.to_jwt_credentials (#120) by Jon Wayne Parrott · 8 years ago
  48. ab08689 Remove one-time token behavior of JWT Credentials (#117) by Jon Wayne Parrott · 8 years ago
  49. d722167 Add public property google.auth.credentials.Signing.signer (#110) by Jon Wayne Parrott · 8 years ago
  50. 3ff4d55 Refactor common code from google.oauth2.flow to google.oauth2.oauthlib (#106) by Jon Wayne Parrott · 8 years ago
  51. 474c8df Add warning about oauth2.flow (#105) by Jon Wayne Parrott · 8 years ago
  52. 4382bc1 Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100) by Jon Wayne Parrott · 9 years ago
  53. b607507 Fix TypeError if error description is None (#96) by Jon Wayne Parrott · 9 years ago
  54. 4c883f0 Add Signing.singer_email (#89) by Jon Wayne Parrott · 9 years ago
  55. 97eb870 Fix ID token verification (#87) by Jon Wayne Parrott · 9 years ago
  56. e2ab100 Add ID token verification helpers. (#82) by Jon Wayne Parrott · 9 years ago
  57. 61ffb05 Make service_account_email public, read-only (#76) by Jon Wayne Parrott · 9 years ago
  58. 70995a9 Regenerate and fix docs by Jon Wayne Parrott · 9 years ago
  59. 7e29eda Add service_account.Credentials.to_jwt_credentials (#45) by Jon Wayne Parrott · 9 years ago
  60. 807032c Consolidate service account file loading logic. (#31) by Jon Wayne Parrott · 9 years ago
  61. ab9eba3 Add service account credentials (#25) by Jon Wayne Parrott · 9 years ago
  62. 10ec7e9 Add oauth2 credentials (#24) by Jon Wayne Parrott · 9 years ago
  63. 123a48b Add google.oauth2._client (#13) by Jon Wayne Parrott · 9 years ago
  64. 377f293 Basic project setup (#4) by Jon Wayne Parrott · 9 years ago