1. dfad661 fix: fallback to source creds expiration in downscoped tokens (#805) by bojeil-google · 4 years, 1 month ago
  2. c34452e fix: fix fetch_id_token credential lookup order to match adc (#748) by arithmetic1728 · 4 years, 1 month ago
  3. 0e26409 feat: service account is able to use a private token endpoint (#784) by Chaoren · 4 years, 1 month ago
  4. 2f5c3a6 feat: define `google.auth.downscoped.Credentials` class (#801) by bojeil-google · 4 years, 1 month ago
  5. d883921 feat: define `CredentialAccessBoundary` classes (#793) by bojeil-google · 4 years, 1 month ago
  6. 2079ab5 fix: avoid leaking sub-session created for '_auth_request' (#789) by Tres Seaver · 4 years, 1 month ago
  7. 2cfe655 feat: allow scopes for self signed jwt (#776) by arithmetic1728 · 4 years, 2 months ago
  8. f97499c feat: define useful properties on `google.auth.external_account.Credentials` (#770) by bojeil-google · 4 years, 2 months ago
  9. e697687 fix: allow user to customize context aware metadata path in _mtls_helper (#754) by arithmetic1728 · 4 years, 3 months ago
  10. 56c3946 fix: Allow multiple audiences for id_token.verify_token (#733) by Jonathan Beaulieu · 4 years, 4 months ago
  11. 82293fe feat: add reauth feature to user credentials (#727) by arithmetic1728 · 4 years, 4 months ago
  12. 0a83706 fix: support custom alg in jwt header for signing (#729) by arithmetic1728 · 4 years, 4 months ago
  13. 199da47 feat: allow the AWS_DEFAULT_REGION environment variable (#721) by Ryan Kohler · 4 years, 5 months ago
  14. d80c85f fix: fix unit tests so they can work in g3 (#714) by arithmetic1728 · 4 years, 5 months ago
  15. 333cb76 fix: use gcloud creds flow (#705) by arithmetic1728 · 4 years, 6 months ago
  16. 3f2f3ea fix: ignore gcloud warning when getting project id (#708) by arithmetic1728 · 4 years, 6 months ago
  17. d4d7f38 feat: workload identity federation support (#698) by bojeil-google · 4 years, 6 months ago
  18. 9dc2d86 Revert "feat: workload identity federation support (#686)" (#691) by Bu Sun Kim · 4 years, 6 months ago
  19. 5dcd2b1 feat: workload identity federation support (#686) by bojeil-google · 4 years, 6 months ago
  20. 7a94acb feat: support self-signed jwt in requests and urllib3 transports (#679) by Bu Sun Kim · 4 years, 6 months ago
  21. bf5ce0c feat: use self-signed jwt for service account (#665) by Bu Sun Kim · 4 years, 6 months ago
  22. fd9b5b1 fix: avoid losing the original '_include_email' parameter in impersonated credentials (#626) by Pietro De Nicolao · 4 years, 8 months ago
  23. 0323cf3 feat: Add custom scopes for access tokens from the metadata service (#633) by David Buxton · 4 years, 10 months ago
  24. 5906c85 Change metadata service helper to work with any query parameters (#588) by David Buxton · 4 years, 10 months ago
  25. d0e0aba fix: fix expiry for `to_json()` (#589) by wesley chun · 5 years ago
  26. 694d83f fix: migrate signBlob to iamcredentials.googleapis.com (#600) by Bu Sun Kim · 5 years ago
  27. 41599ae refactor: split 'with_quota_project' into separate base class (#561) by Bu Sun Kim · 5 years ago
  28. c0c995f feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592) by arithmetic1728 · 5 years ago
  29. 20f82e2 fix: set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error (#439) by Kenji Imamula · 5 years ago
  30. 18d5ae6 test: add more tests for service account quota projects (#527) by Bu Sun Kim · 5 years ago
  31. a48b5b9 Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563) by Bu Sun Kim · 5 years ago
  32. ab2be5d fix: don't add empty quota project (#560) by Bu Sun Kim · 5 years ago
  33. 3dda7b2 feat: add quota project to base credentials class (#546) by Bu Sun Kim · 5 years ago
  34. 038ae1b fix: migrate signBlob to iamcredentials.googleapis.com (#553) by bojeil-google · 5 years ago
  35. c05b8b5 feat: check 'iss' in `verify_oauth2_token` (#500) by Bu Sun Kim · 5 years ago
  36. 15d5fa9 feat: make ``load_credentials_from_file`` a public method (#530) by Bu Sun Kim · 5 years ago
  37. f30b45a fix: no warning if quota_project_id is given (#537) by arithmetic1728 · 5 years ago
  38. b12488c feat: add quota_project_id to service accounts; add with_quota_project methods (#519) by Bu Sun Kim · 5 years ago
  39. 8ffb4d3 fix: replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433) by chenyumic · 5 years ago
  40. f282aa4 feat: add helper func to for default encrypted cert (#514) by arithmetic1728 · 5 years ago
  41. eb7be3f fix: fix impersonated cred for gcloud (#516) by arithmetic1728 · 5 years ago
  42. 9dc9e9f feat: encrypted mtls private key support (#496) by arithmetic1728 · 5 years ago
  43. 371b57c test: fix usage of tick function so g3 tests can pass (#507) by arithmetic1728 · 5 years ago
  44. e115bae chore: support string type response.data for gcloud (#503) by arithmetic1728 · 5 years ago
  45. 866d926 test: fix the usage so the tests can pass in g3 (#498) by arithmetic1728 · 5 years ago
  46. cf2c0a9 fix: support es256 raw format signature (#490) by arithmetic1728 · 5 years ago
  47. ed41b49 feat: add default client cert source util (#486) by arithmetic1728 · 5 years ago
  48. 7ae9a28 fix: invalid expiry type (#481) by arithmetic1728 · 5 years ago
  49. e83d446 feat: consolidate mTLS channel errors (#480) by arithmetic1728 · 5 years ago
  50. 506c565 feat: add fetch_id_token to support id_token adc (#469) by arithmetic1728 · 5 years ago
  51. e290a3d feat: Implement ES256 for JWT verification (#340) by Thea Flowers · 5 years ago
  52. 772dac6 feat: add access token credentials (#476) by arithmetic1728 · 5 years ago
  53. 97e7700 feat: fetch id token from GCE metadata server (#462) by arithmetic1728 · 5 years ago
  54. bb9215a feat: add mTLS ADC support for HTTP (#457) by arithmetic1728 · 5 years ago
  55. dafb41f feat: add SslCredentials class for mTLS ADC (#448) by arithmetic1728 · 5 years ago
  56. 82e224b fix: only add IAM scope to credentials that can change scopes (#451) by Bu Sun Kim · 5 years ago
  57. bc0ec93 fix: compute engine id token credentials "with_target_audience" method (#438) by Brent Shaffer · 5 years ago
  58. 37141e4 docs(copyright): correct name of company for commits after 2015 (#440) by C.J. Collier · 5 years ago
  59. d274a3a feat: add non-None default timeout to AuthorizedSession.request() (#435) by Peter Lamut · 6 years ago
  60. 52a733d feat: distinguish transport and execution time timeouts (#424) by Peter Lamut · 6 years ago
  61. a57a770 fix: always pass body of type bytes to `google.auth.transport.Request` (#421) by Bu Sun Kim · 6 years ago
  62. af29c1a fix(google.auth.compute_engine.metadata): add retry to google.auth.compute_engine._metadata.get() (#398) by Daniil · 6 years ago
  63. 32d71a5 feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412) by Bu Sun Kim · 6 years ago
  64. d86d7b8 feat: add timeout parameter to `AuthorizedSession.request()` (#406) by Peter Lamut · 6 years ago
  65. 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
  66. 451ecbd fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401) by Bu Sun Kim · 6 years ago
  67. 381dd40 feat: add timeout to AuthorizedSession.request() (#397) by Peter Lamut · 6 years ago
  68. ab3dc1e feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400) by Bu Sun Kim · 6 years ago
  69. bfb1f8c feat: add `to_json` method to google.oauth2.credentials.Credentials (#367) by patkasper · 6 years ago
  70. 0c33e9c fix: make gRPC auth plugin non-blocking + add default timeout value for requests transport (#390) by chenyumic · 6 years ago
  71. 46bb58e fix: change 'internal_failure' condition to also use `error' field (#387) by Georgy Savva · 6 years ago
  72. 9eec091 chore: blacken (#375) by Bu Sun Kim · 6 years ago
  73. eae1dcb Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368) by Anjali Doneria · 6 years ago
  74. 7a8641a Add support for imersonated_credentials.Sign, IDToken (#348) by salrashid123 · 6 years ago
  75. 938e5d9 Use new pytest api to keep building with pytest 5 (#353) by Tomáš Chvátal · 6 years ago
  76. 49a18c4 Add downscoping to ouath2 credentials (#309) by Eugene W. Foley · 6 years ago
  77. ae7e4f3 Follow rfc 7515 and strip padding from JWS segments (#324) by Aditya Natraj · 6 years ago
  78. b4eee9c Allow user to pass custom Session object to AuthorizedSession to make requests. (#306) by Brian Bao · 7 years ago
  79. 6e0781b _default.default() now handles ImportErrors for optional dependencies. (#313) by James Wilson · 7 years ago
  80. b29f262 Automatically refresh impersonated credentials (#304) by salrashid123 · 7 years ago
  81. 1fbc679 Add google.auth.impersonated_credentials (#299) by salrashid123 · 7 years ago
  82. 8147785 Fix check for error text on Python 3.7 (#278) by Felix Yan · 7 years ago
  83. ca18fcf Fix some typos in test_urllib3.py (#268) by Felix Yan · 7 years ago
  84. a8d9348 Warn when using user credentials from the Cloud SDK (#266) by Thea Flowers · 7 years ago
  85. 67456b4 Add compute engine-based IDTokenCredentials (#236) by Christophe Taton · 7 years ago
  86. 118c048 Raise a helpful exception when trying to refresh credentials without a refresh token (#262) by Thea Flowers · 7 years ago
  87. 1cd8390 Add `cryptography`-based RSA signer and verifier. (#185) by Danny Hermes · 8 years ago
  88. b649b43 Add `google.oauth2.service_account.IDTokenCredentials`. (#234) by Christophe Taton · 8 years ago
  89. 15af07b Check for the project ID env var before warning about missing project ID (#227) by Jacob Hayes · 8 years ago
  90. 23c88f7 Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226) by Hiranya Jayathilaka · 8 years ago
  91. b7b48f1 fix comment, seconds not sections (#210) by Albert-Jan Nijburg · 8 years ago
  92. b096a3d Add 'AnonymousCredentials' class. (#206) by Tres Seaver · 8 years ago
  93. cb7b3c4 Fix OAuth2 credentials to inherit from ReadOnlyScoped instead of Scoped. (#200) by Mahmoud Bassiouny · 8 years ago
  94. 1cba0f8 Fix App Engine's expiration calculation (#197) by Jon Wayne Parrott · 8 years ago
  95. 4460a96 Fix typo of 'Only' as 'Onnly' (#196) by Jon Wayne Parrott · 8 years ago
  96. 4246832 Move read-only methods of 'Scoped' into new interface, 'ReadOnlyScoped'. (#195) by Tres Seaver · 8 years ago
  97. 9281ca0 Split crypt into a package to allow alternative implementations (#189) by Jon Wayne Parrott · 8 years ago
  98. 6e86c93 Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188) by weitaiting · 8 years ago
  99. 6a3f0ec Expose Project ID from service account credentials (#187) by Hiranya Jayathilaka · 8 years ago
  100. 4921d44 Fix retrieval of default project ID on Windows (#179) by PicardParis · 8 years ago