- 7f7d92d fix: do not use the GAE APIs on gen2+ runtimes (#807) by Zev Goldstein · 4 years, 1 month ago
- 343c264 chore: release 1.33.1 (#809) by release-please[bot] · 4 years, 1 month ago
- dfad661 fix: fallback to source creds expiration in downscoped tokens (#805) by bojeil-google · 4 years, 1 month ago
- 306115d chore: release 1.33.0 (#800) by release-please[bot] · 4 years, 1 month ago
- 2f5c3a6 feat: define `google.auth.downscoped.Credentials` class (#801) by bojeil-google · 4 years, 1 month ago
- d883921 feat: define `CredentialAccessBoundary` classes (#793) by bojeil-google · 4 years, 1 month ago
- 22affe1 chore: release 1.32.1 (#790) by release-please[bot] · 4 years, 1 month ago
- 2079ab5 fix: avoid leaking sub-session created for '_auth_request' (#789) by Tres Seaver · 4 years, 1 month ago
- 43d7a33 chore: release 1.32.0 (#779) by release-please[bot] · 4 years, 2 months ago
- 2cfe655 feat: allow scopes for self signed jwt (#776) by arithmetic1728 · 4 years, 2 months ago
- ab12b8e chore: release 1.31.0 (#771) by release-please[bot] · 4 years, 2 months ago
- a5e6b65 fix: avoid deleting items while iterating (#772) by bojeil-google · 4 years, 2 months ago
- f97499c feat: define useful properties on `google.auth.external_account.Credentials` (#770) by bojeil-google · 4 years, 2 months ago
- 458f40b chore: release 1.30.2 (#756) by release-please[bot] · 4 years, 2 months ago
- 09e0389 fix: session object was never used in aiohttp request (#700) (#701) by Slava · 4 years, 2 months ago
- 27714c4 chore: release 1.30.1 (#752) by release-please[bot] · 4 years, 3 months ago
- e697687 fix: allow user to customize context aware metadata path in _mtls_helper (#754) by arithmetic1728 · 4 years, 3 months ago
- e9ca25f fix: fix function name in signing error message (#751) by Aarni Koskela · 4 years, 3 months ago
- 99c6b01 chore: release 1.30.0 (#741) by release-please[bot] · 4 years, 4 months ago
- 3e40b01 chore: release 1.29.0 (#735) by release-please[bot] · 4 years, 4 months ago
- 56c3946 fix: Allow multiple audiences for id_token.verify_token (#733) by Jonathan Beaulieu · 4 years, 4 months ago
- 82293fe feat: add reauth feature to user credentials (#727) by arithmetic1728 · 4 years, 4 months ago
- 5832fc1 chore: release 1.28.1 (#730) by release-please[bot] · 4 years, 4 months ago
- 0a83706 fix: support custom alg in jwt header for signing (#729) by arithmetic1728 · 4 years, 4 months ago
- f1fee1f chore: release 1.28.0 (#723) by release-please[bot] · 4 years, 5 months ago
- a2cbc32 feat: expose library version at `google.auth.__version` (#683) by Bu Sun Kim · 4 years, 5 months ago
- 199da47 feat: allow the AWS_DEFAULT_REGION environment variable (#721) by Ryan Kohler · 4 years, 5 months ago
- b1a12d2 build: fix warnings in docgen (#711) by Bu Sun Kim · 4 years, 5 months ago
- 333cb76 fix: use gcloud creds flow (#705) by arithmetic1728 · 4 years, 6 months ago
- 3f2f3ea fix: ignore gcloud warning when getting project id (#708) by arithmetic1728 · 4 years, 6 months ago
- d4d7f38 feat: workload identity federation support (#698) by bojeil-google · 4 years, 6 months ago
- 9dc2d86 Revert "feat: workload identity federation support (#686)" (#691) by Bu Sun Kim · 4 years, 6 months ago
- 5dcd2b1 feat: workload identity federation support (#686) by bojeil-google · 4 years, 6 months ago
- 7a94acb feat: support self-signed jwt in requests and urllib3 transports (#679) by Bu Sun Kim · 4 years, 6 months ago
- bf5ce0c feat: use self-signed jwt for service account (#665) by Bu Sun Kim · 4 years, 6 months ago
- fd9b5b1 fix: avoid losing the original '_include_email' parameter in impersonated credentials (#626) by Pietro De Nicolao · 4 years, 8 months ago
- ec1b688 chore: fix typo (#647) by Daniel Gorelik · 4 years, 8 months ago
- 2d3b8d1 chore: fix comment about clock_skew (#653) by Bu Sun Kim · 4 years, 8 months ago
- 3319ea8 docs: fix typo in import (#651) by Bu Sun Kim · 4 years, 8 months ago
- 0323cf3 feat: Add custom scopes for access tokens from the metadata service (#633) by David Buxton · 4 years, 9 months ago
- 5906c85 Change metadata service helper to work with any query parameters (#588) by David Buxton · 4 years, 10 months ago
- 6407258 fix: remove checks for ancient versions of Cryptography (#596) by Aarni Koskela · 4 years, 10 months ago
- 7e15258 feat: add asyncio based auth flow (#612) by Christopher Wilcox · 4 years, 11 months ago
- 694d83f fix: migrate signBlob to iamcredentials.googleapis.com (#600) by Bu Sun Kim · 5 years ago
- d32f7df fix: dummy commit to trigger a auto release (#597) by arithmetic1728 · 5 years ago
- 41599ae refactor: split 'with_quota_project' into separate base class (#561) by Bu Sun Kim · 5 years ago
- c0c995f feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592) by arithmetic1728 · 5 years ago
- 42321ba fix: reduce refresh clock skew to 10 seconds (#581) by arithmetic1728 · 5 years ago
- 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
- 23919bb feat: Show the transport exception that happened for GCE Metadata (#474) by Vaughan Hilts · 5 years ago
- ecd88d4 feat: Add debug logging that can help with diagnosing auth lib. path (#473) by Vaughan Hilts · 5 years ago
- a48b5b9 Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563) by Bu Sun Kim · 5 years ago
- ab2be5d fix: don't add empty quota project (#560) by Bu Sun Kim · 5 years ago
- 3dda7b2 feat: add quota project to base credentials class (#546) by Bu Sun Kim · 5 years ago
- 038ae1b fix: migrate signBlob to iamcredentials.googleapis.com (#553) by bojeil-google · 5 years ago
- c05b8b5 feat: check 'iss' in `verify_oauth2_token` (#500) by Bu Sun Kim · 5 years ago
- 15d5fa9 feat: make ``load_credentials_from_file`` a public method (#530) by Bu Sun Kim · 5 years ago
- f30b45a fix: no warning if quota_project_id is given (#537) by arithmetic1728 · 5 years ago
- 8ffb4d3 fix: replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433) by chenyumic · 5 years ago
- 9d5a9a9 fix: fix impersonated cred exception doc (#521) by arithmetic1728 · 5 years ago
- f282aa4 feat: add helper func to for default encrypted cert (#514) by arithmetic1728 · 5 years ago
- eb7be3f fix: fix impersonated cred for gcloud (#516) by arithmetic1728 · 5 years ago
- ca8d98a fix: signBytes for impersonated credentials (#506) by Aniruddha Maru · 5 years ago
- 9dc9e9f feat: encrypted mtls private key support (#496) by arithmetic1728 · 5 years ago
- 9b7228e fix: support string type response.data (#504) by arithmetic1728 · 5 years ago
- e115bae chore: support string type response.data for gcloud (#503) by arithmetic1728 · 5 years ago
- 866d926 test: fix the usage so the tests can pass in g3 (#498) by arithmetic1728 · 5 years ago
- cf2c0a9 fix: support es256 raw format signature (#490) by arithmetic1728 · 5 years ago
- ed41b49 feat: add default client cert source util (#486) by arithmetic1728 · 5 years ago
- 7ae9a28 fix: invalid expiry type (#481) by arithmetic1728 · 5 years ago
- e83d446 feat: consolidate mTLS channel errors (#480) by arithmetic1728 · 5 years ago
- e290a3d feat: Implement ES256 for JWT verification (#340) by Thea Flowers · 5 years ago
- 772dac6 feat: add access token credentials (#476) by arithmetic1728 · 5 years ago
- ee373f8 fix: don't use threads for gRPC AuthMetadataPlugin (#467) by Bu Sun Kim · 5 years ago
- 97e7700 feat: fetch id token from GCE metadata server (#462) by arithmetic1728 · 5 years ago
- bb9215a feat: add mTLS ADC support for HTTP (#457) by arithmetic1728 · 5 years ago
- b526473 fix: make ThreadPoolExecutor a class var (#461) by Bu Sun Kim · 5 years ago
- dafb41f feat: add SslCredentials class for mTLS ADC (#448) by arithmetic1728 · 5 years ago
- 82e224b fix: only add IAM scope to credentials that can change scopes (#451) by Bu Sun Kim · 5 years ago
- bc0ec93 fix: compute engine id token credentials "with_target_audience" method (#438) by Brent Shaffer · 5 years ago
- 37141e4 docs(copyright): correct name of company for commits after 2015 (#440) by C.J. Collier · 5 years ago
- d274a3a feat: add non-None default timeout to AuthorizedSession.request() (#435) by Peter Lamut · 6 years ago
- 52a733d feat: distinguish transport and execution time timeouts (#424) by Peter Lamut · 6 years ago
- 0ca0ee5 chore: add no cover for py2 collections import (#426) by Bu Sun Kim · 6 years ago
- c5a3395 fix: make collections import compatible across Python versions (#419) by Jay Lee · 6 years ago
- a57a770 fix: always pass body of type bytes to `google.auth.transport.Request` (#421) by Bu Sun Kim · 6 years ago
- af29c1a fix(google.auth.compute_engine.metadata): add retry to google.auth.compute_engine._metadata.get() (#398) by Daniil · 6 years ago
- d86d7b8 feat: add timeout parameter to `AuthorizedSession.request()` (#406) by Peter Lamut · 6 years ago
- 451ecbd fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401) by Bu Sun Kim · 6 years ago
- 381dd40 feat: add timeout to AuthorizedSession.request() (#397) by Peter Lamut · 6 years ago
- 0c33e9c fix: make gRPC auth plugin non-blocking + add default timeout value for requests transport (#390) by chenyumic · 6 years ago
- 597d7ba docs: fix note rendering for service_account_email (#385) by Bu Sun Kim · 6 years ago
- 9eec091 chore: blacken (#375) by Bu Sun Kim · 6 years ago
- 7a8641a Add support for imersonated_credentials.Sign, IDToken (#348) by salrashid123 · 6 years ago
- 2c6ad78 Fix typo in jwt docs. (#332) by Tianzi Cai · 6 years ago
- 7a62768 Add retry to _metadata.ping() (#323) by Robert Barron · 6 years ago
- ae7e4f3 Follow rfc 7515 and strip padding from JWS segments (#324) by Aditya Natraj · 6 years ago
- b4eee9c Allow user to pass custom Session object to AuthorizedSession to make requests. (#306) by Brian Bao · 7 years ago
- 6e0781b _default.default() now handles ImportErrors for optional dependencies. (#313) by James Wilson · 7 years ago
- b29f262 Automatically refresh impersonated credentials (#304) by salrashid123 · 7 years ago