Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-auth-library-python
/
8c84d0fb36d9eba6b319964ca0a22501efca805b
8c84d0f
docs: remove 3.4 from supported versions list (#549)
by Bu Sun Kim
· 5 years ago
c05b8b5
feat: check 'iss' in `verify_oauth2_token` (#500)
by Bu Sun Kim
· 5 years ago
06d7f97
chore: release 1.18.0 (#539)
by release-please[bot]
· 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
b74168b
chore: release 1.17.2 (#533)
by release-please[bot]
· 5 years ago
46677a0
fix(dependencies): Further restrict RSA versions (#532)
by Christopher Wilcox
· 5 years ago
85c2bac
chore: release 1.17.1 (#529)
by release-please[bot]
· 5 years ago
9434868
fix: narrow acceptable RSA versions to maintain Python 2 compatability (#528)
by Christopher Wilcox
· 5 years ago
67d38d8
docs: update docstring of to_json() method (#511)
by alvyjudy
· 5 years ago
6350834
chore: release 1.17.0 (#525)
by release-please[bot]
· 5 years ago
a0d1927
chore(deps): update dependency rsa to >=3.1.4,<4.2 (#524)
by WhiteSource Renovate
· 5 years ago
b12488c
feat: add quota_project_id to service accounts; add with_quota_project methods (#519)
by Bu Sun Kim
· 5 years ago
16df8a3
chore: release 1.16.1 (#522)
by release-please[bot]
· 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
d0149bd
chore: release 1.16.0 (#518)
by release-please[bot]
· 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
178e691
chore: release 1.15.0 (#510)
by release-please[bot]
· 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
5d86b72
chore: release 1.14.3 (#509)
by release-please[bot]
· 5 years ago
3d672e9
fix: catch exceptions.RefreshError (#508)
by arithmetic1728
· 5 years ago
371b57c
test: fix usage of tick function so g3 tests can pass (#507)
by arithmetic1728
· 5 years ago
7c9e8c2
chore: release 1.14.2 (#505)
by release-please[bot]
· 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
ac74905
chore: release 1.14.1 (#491)
by release-please[bot]
· 5 years ago
cf2c0a9
fix: support es256 raw format signature (#490)
by arithmetic1728
· 5 years ago
9dcc516
chore: release 1.14.0 (#487)
by release-please[bot]
· 5 years ago
ed41b49
feat: add default client cert source util (#486)
by arithmetic1728
· 5 years ago
cc614a6
chore: release 1.13.1 (#482)
by release-please[bot]
· 5 years ago
7ae9a28
fix: invalid expiry type (#481)
by arithmetic1728
· 5 years ago
46fa9c4
chore: release 1.13.0 (#477)
by release-please[bot]
· 5 years ago
e83d446
feat: consolidate mTLS channel errors (#480)
by arithmetic1728
· 5 years ago
506c565
feat: add fetch_id_token to support id_token adc (#469)
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
f79cf9a
chore: release 1.12.0 (#463)
by release-please[bot]
· 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
8374e21
docs: fix typo for app engine setup, add detail to grpc and GCE test sections (#449)
by Bu Sun Kim
· 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
a6d6329
chore: release 1.11.3 (#452)
by release-please[bot]
· 5 years ago
82e224b
fix: only add IAM scope to credentials that can change scopes (#451)
by Bu Sun Kim
· 5 years ago
b2dd77f
fix: fix the scopes so test can pass for a local run (#450)
by arithmetic1728
· 5 years ago
31299e2
chore: release 1.11.2 (#446)
by release-please[bot]
· 5 years ago
901c259
Revert "fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)" (#444)
by k-yone
· 5 years ago
c5b46da
chore: release 1.11.1 (#437)
by release-please[bot]
· 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
054db75
fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)
by Bu Sun Kim
· 6 years ago
6c6c981
chore: release 1.11.0 (#430)
by release-please[bot]
· 6 years ago
d274a3a
feat: add non-None default timeout to AuthorizedSession.request() (#435)
by Peter Lamut
· 6 years ago
1b9de8d
docs: link to docs on googleapis, edit old links (#432)
by Bu Sun Kim
· 6 years ago
52a733d
feat: distinguish transport and execution time timeouts (#424)
by Peter Lamut
· 6 years ago
af23e69
chore: release 1.10.2 (#425)
by release-please[bot]
· 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
f07fbe9
chore: release 1.10.1 (#420)
by release-please[bot]
· 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
09001f9
chore: release 1.10.0 (#415)
by release-please[bot]
· 6 years ago
32d71a5
feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412)
by Bu Sun Kim
· 6 years ago
011fabb
docs: update project URL (#413)
by Tim Swast
· 6 years ago
091ed16
chore(deps): update dependency cachetools to v4 (#411)
by Renovate Bot
· 6 years ago
04f1260
chore: release 1.9.0 (#410)
by release-please[bot]
· 6 years ago
d86d7b8
feat: add timeout parameter to `AuthorizedSession.request()` (#406)
by Peter Lamut
· 6 years ago
b7f7d7d
chore: release 1.8.2 (#409)
by release-please[bot]
· 6 years ago
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
31efad9
chore: release 1.8.1 (#402)
by release-please[bot]
· 6 years ago
451ecbd
fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401)
by Bu Sun Kim
· 6 years ago
d97b271
chore: release 1.8.0 (#399)
by release-please[bot]
· 6 years ago
381dd40
feat: add timeout to AuthorizedSession.request() (#397)
by Peter Lamut
· 6 years ago
ab3dc1e
feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400)
by Bu Sun Kim
· 6 years ago
bfb1f8c
feat: add `to_json` method to google.oauth2.credentials.Credentials (#367)
by patkasper
· 6 years ago
7305072
chore: release 1.7.2 (#391)
by release-please[bot]
· 6 years ago
3b5d3e2
fix: in token endpoint request, do not decode the response data if it is not encoded (#393)
by Steve
· 6 years ago
0c33e9c
fix: make gRPC auth plugin non-blocking + add default timeout value for requests transport (#390)
by chenyumic
· 6 years ago
3a46178
chore: release 1.7.1 (#388)
by release-please[bot]
· 6 years ago
7abcfd6
build: enable release-please (#378)
by Bu Sun Kim
· 6 years ago
46bb58e
fix: change 'internal_failure' condition to also use `error' field (#387)
by Georgy Savva
· 6 years ago
e61a873
chore: remove unused badges, update author_email (#381)
by Bu Sun Kim
· 6 years ago
597d7ba
docs: fix note rendering for service_account_email (#385)
by Bu Sun Kim
· 6 years ago
d3406b3
chore: release v1.7.0 (#380)
by Bu Sun Kim
· 6 years ago
f0b4504
docs: change 'name' to distribution name (#379)
by Bu Sun Kim
· 6 years ago
65e33c0
build: fix system tests, move to Kokoro (#372)
by Bu Sun Kim
· 6 years ago
9eec091
chore: blacken (#375)
by Bu Sun Kim
· 6 years ago
ae3bafd
docs: add busunkim96 as maintainer (#373)
by Bu Sun Kim
· 6 years ago
21b4f1c
Rename nox.py -> noxfile.py (#369)
by Bu Sun Kim
· 6 years ago
eae1dcb
Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368)
by Anjali Doneria
· 6 years ago
7a8641a
Add support for imersonated_credentials.Sign, IDToken (#348)
by salrashid123
· 6 years ago
1322d89
Update dependency cachetools to v3 (#357)
by Renovate Bot
· 6 years ago
379dd3e
Update dependency rsa to v4 (#358)
by Renovate Bot
· 6 years ago
ccf2e50
Initial renovate config. (#356)
by Tres Seaver
· 6 years ago
530f5f9
Use cls parameter instead of class (#341)
by Emile Caron
· 6 years ago
Next »