Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-auth-library-python
/
f07fbe9995bc55d15c37bcf5fa1d00f90c846cf3
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
0958d7a
Update user-guide.rst (#337)
by Alan Yee
· 6 years ago
cd93111
add compatibility check badges to README (#346)
by ylil93
· 6 years ago
938e5d9
Use new pytest api to keep building with pytest 5 (#353)
by Tomáš Chvátal
· 6 years ago
38166b2
setup.py: set an upper bound on dependencies version (#352)
by Jordan Pittier
· 6 years ago
49a18c4
Add downscoping to ouath2 credentials (#309)
by Eugene W. Foley
· 6 years ago
2c6ad78
Fix typo in jwt docs. (#332)
by Tianzi Cai
· 6 years ago
4086543
doc: clarify which SA has Token Creator role (#330)
by Tianzi Cai
· 6 years ago
908da75
Require a minimum version of setuptools (#322)
by Jeff Widman
· 6 years ago
08272d8
Release 1.6.3 (#325)
by Bu Sun Kim
· 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
d14cb1e
Update setup.py
by Christopher Wilcox
· 7 years ago
001133e
Release 1.6.1 (#314)
by Christopher Wilcox
· 7 years ago
3f73694
Announce deprecation of Python 2.7 (#311)
by Christopher Wilcox
· 7 years ago
9cdfaaa
Link all the PRs in CHANGELOG (#307)
by Adam Johnson
· 7 years ago
2dfe070
Release v1.6.1 (#305)
by Thea Flowers
· 7 years ago
b29f262
Automatically refresh impersonated credentials (#304)
by salrashid123
· 7 years ago
fadb16c
Release google-auth-library-python 1.6.0 (#303)
by Thea Flowers
· 7 years ago
1fbc679
Add google.auth.impersonated_credentials (#299)
by salrashid123
· 7 years ago
e04ee89
Update github issue templates (#300)
by Justin Beckwith
· 7 years ago
8d4051b
Update trampoline.sh (#302)
by Charles Engelke
· 7 years ago
a10b15e
Enable static type checking with pytype (#298)
by Teddy Sudol
· 7 years ago
f102825
Update link to documentation for default credentials (#296)
by Christopher Wilcox
· 7 years ago
5f65d27
Update README
by Christopher Wilcox
· 7 years ago
62cfc6d
Remove punctuation which becomes part of the url (#284)
by Jeffrey Sorensen
· 7 years ago
4997be1
Make classifiers in setup.py an array. (#280)
by Thilo Maurer
· 7 years ago
137b43b
Release v1.5.1 (#282)
by Thea Flowers
· 7 years ago
8147785
Fix check for error text on Python 3.7 (#278)
by Felix Yan
· 7 years ago
b7eb1a7
Use new Auth URIs (#281)
by Thea Flowers
· 7 years ago
edfe246
Add code-of-conduct codument. (#270)
by Tres Seaver
· 7 years ago
ca18fcf
Fix some typos in test_urllib3.py (#268)
by Felix Yan
· 7 years ago
193195e
Release v1.5.0 (#267)
by Thea Flowers
· 7 years ago
a8d9348
Warn when using user credentials from the Cloud SDK (#266)
by Thea Flowers
· 7 years ago
67456b4
Add compute engine-based IDTokenCredentials (#236)
by Christophe Taton
· 7 years ago
b61cecd
Corrected some typos (#265)
by Rohan Talip
· 7 years ago
f5967d9
Release 1.4.2 (#263)
by Thea Flowers
· 7 years ago
118c048
Raise a helpful exception when trying to refresh credentials without a refresh token (#262)
by Thea Flowers
· 7 years ago
ce54cc3
Fix links to README and CONTRIBUTING in docs/index.rst (#260)
by Thea Flowers
· 7 years ago
2f5cb2d
Fix a typo in credentials.py. (#256)
by Craig Citro
· 7 years ago
839d468
Use pytest instead of py.test per upstream recommendation, #dropthedot (#255)
by Ville Skyttä
· 7 years ago
7e1270b
Fix typo on exemple of jwt usage (#245)
by Marco Rougeth
· 7 years ago
5d53a96
Release v1.4.1 (#244)
by Jon Wayne Parrott
· 7 years ago
d930fa8
Add a check for the cryptography version before attempting to use it. (#243)
by Jon Wayne Parrott
· 7 years ago
20ba485
Release v1.4.0 (#240)
by Jon Wayne Parrott
· 7 years ago
4255b10
Improve documentation around ID Tokens (#224)
by Arlan Jaska
· 7 years ago
1cd8390
Add `cryptography`-based RSA signer and verifier. (#185)
by Danny Hermes
· 7 years ago
b649b43
Add `google.oauth2.service_account.IDTokenCredentials`. (#234)
by Christophe Taton
· 7 years ago
dcbf1e0
Release v1.3.0 (#233)
by Jon Wayne Parrott
· 8 years ago
6d33993
Drop pylint for the time being. It served us well (#231)
by Jon Wayne Parrott
· 8 years ago
945c357
Drop direct pyasn1 dependency (#230)
by Jon Wayne Parrott
· 8 years ago
15af07b
Check for the project ID env var before warning about missing project ID (#227)
by Jacob Hayes
· 8 years ago
369e2a7
Docstring fix for has_scopes() and with_scopes(). (#228)
by Danny Hermes
· 8 years ago
23c88f7
Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226)
by Hiranya Jayathilaka
· 8 years ago
f682cb2
Fix ReadOnlyScoped doc with_scopes (#219)
by Ondrej Medek
· 8 years ago
2857265
transport.requests: make credential refresh robust (#220)
by Yuki Soma
· 8 years ago
7578449
Release v1.2.1 (#216)
by Jon Wayne Parrott
· 8 years ago
6999666
Exclude compiled Python files in source distributions (#215)
by Jon Wayne Parrott
· 8 years ago
5d37a64
Updating docs for creating RSASigner from string (#213)
by bene
· 8 years ago
01efcd4
Merge pull request #212 from dhermes/six-raise-from
by Danny Hermes
· 8 years ago
0a93e87
Adding back "wrapped" exceptions in Refresh/Transport errors.
by Danny Hermes
· 8 years ago
ae5d3a4
Lint fix.
by Danny Hermes
· 8 years ago
Next »