Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-auth-library-python
/
0a93e87d10e94b17966b96de0fdf9801ecf4e883
0a93e87
Adding back "wrapped" exceptions in Refresh/Transport errors.
by Danny Hermes
· 8 years ago
ae5d3a4
Lint fix.
by Danny Hermes
· 8 years ago
895e369
Using `six.raise_from` wherever possible.
by Danny Hermes
· 8 years ago
b7b48f1
fix comment, seconds not sections (#210)
by Albert-Jan Nijburg
· 8 years ago
3ef03b3
Release v1.2.0 (#207)
by Jon Wayne Parrott
· 8 years ago
b096a3d
Add 'AnonymousCredentials' class. (#206)
by Tres Seaver
· 8 years ago
ddf3cec
Updated the doc with python setup guide (#204)
by michaelawyu
· 8 years ago
df60b5c
Release v1.1.1 (#201)
by Jon Wayne Parrott
· 8 years ago
cb7b3c4
Fix OAuth2 credentials to inherit from ReadOnlyScoped instead of Scoped. (#200)
by Mahmoud Bassiouny
· 8 years ago
b1ff283
Release v1.1.0 (#198)
by Jon Wayne Parrott
· 8 years ago
1cba0f8
Fix App Engine's expiration calculation (#197)
by Jon Wayne Parrott
· 8 years ago
4460a96
Fix typo of 'Only' as 'Onnly' (#196)
by Jon Wayne Parrott
· 8 years ago
4246832
Move read-only methods of 'Scoped' into new interface, 'ReadOnlyScoped'. (#195)
by Tres Seaver
· 8 years ago
9281ca0
Split crypt into a package to allow alternative implementations (#189)
by Jon Wayne Parrott
· 8 years ago
6e86c93
Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188)
by weitaiting
· 8 years ago
6a3f0ec
Expose Project ID from service account credentials (#187)
by Hiranya Jayathilaka
· 8 years ago
2f44c49
low effort typo fix (#184)
by Brent Shaffer
· 8 years ago
1f93868
Release v1.0.2 (#180)
by Jon Wayne Parrott
· 8 years ago
4921d44
Fix retrieval of default project ID on Windows (#179)
by PicardParis
· 8 years ago
d020426
Adding kokoro config (#176)
by Jon Wayne Parrott
· 8 years ago
1c51e93
Fix missing timeout argument for http.client transport (#175)
by Jon Wayne Parrott
· 8 years ago
22d9094
Documentation Update: Added instructions for using the library in App Engine (#172)
by Hiranya Jayathilaka
· 8 years ago
78fec2c
Make testing style more consistent (#168)
by Jon Wayne Parrott
· 8 years ago
cf93481
Add documentation around oauth2client deprecation (#165)
by Jon Wayne Parrott
· 8 years ago
ec726bd
Fix lint issues caught by new pylint (#166)
by Jon Wayne Parrott
· 8 years ago
9bea1b1
Release v1.0.1 (#159)
by Jon Wayne Parrott
· 8 years ago
7af9f66
Fix clock skew calculations (#158)
by Jon Wayne Parrott
· 8 years ago
709953d
Release v1.0.0 (#156)
by Jon Wayne Parrott
· 8 years ago
5a44826
Remove additional packages (#154)
by Jon Wayne Parrott
· 8 years ago
8a8c4d2
Fix lint for latest pylint (#155)
by Jon Wayne Parrott
· 8 years ago
7b45217
Move run_pylint to gcp-devrel-py-tools (#153)
by Jon Wayne Parrott
· 8 years ago
ca1eabc
Release v0.10.0 (#151)
by Jon Wayne Parrott
· 8 years ago
26a1637
Expose id_token in OAuth 2.0 credentials (#150)
by Jon Wayne Parrott
· 8 years ago
cfbfd25
Add jwt.OnDemandCredentials (#142)
by Jon Wayne Parrott
· 8 years ago
31c0863
Fix system tests when running on GCE
by Jon Wayne Parrott
· 8 years ago
b33b802
Allow customizing the GCE metadata service address via an env var. (#148)
by Craig Citro
· 8 years ago
0c09c73
Use "gcloud config config-helper" to read the project ID from the Google Cloud SDK (#147)
by Jon Wayne Parrott
· 8 years ago
e60c124
Add a consistent 5 minute clock skew accomodation (#145)
by Jon Wayne Parrott
· 8 years ago
f0bc072
Remove unneeded import guard (#144)
by Jon Wayne Parrott
· 8 years ago
1049bb2
Release v0.9.0 (#143)
by Jon Wayne Parrott
· 8 years ago
75c78b2
Add service_account.Credentials.with_claims (#140)
by Jon Wayne Parrott
· 8 years ago
d47281b
Remove oauthlib modules from documentation, update user guide (#139)
by Jon Wayne Parrott
· 8 years ago
41a2bba
Add InstalledAppFlow (#128)
by Jon Wayne Parrott
· 8 years ago
06a27e8
Separate oauthlib integration into its own package (#137)
by Jon Wayne Parrott
· 8 years ago
0190660
Use io.open instead of open in setup.py
by Jon Wayne Parrott
· 8 years ago
c51d35a
Test httplib2 transport package on travis (#135)
by Jon Wayne Parrott
· 8 years ago
05d4808
Stylesheet updates
by Jon Wayne Parrott
· 8 years ago
7828c1c
Fix inclusion of tests package in setup.py (#131)
by Jon Wayne Parrott
· 8 years ago
b9101e3
Add helpful error messages when importing optional dependencies (#125)
by Jon Wayne Parrott
· 8 years ago
8170194
Add details about oauthlib integration to the user guide (#126)
by Jon Wayne Parrott
· 8 years ago
8716141
Update gcloud in system tests (#123)
by Jon Wayne Parrott
· 8 years ago
2d0549a
Add public properties to google.oauth2.credentials.Credentials (#124)
by Jon Wayne Parrott
· 8 years ago
3459d31
Test with Python 3.6 (#102)
by Jon Wayne Parrott
· 8 years ago
b8f48d0
Add jwt.Credentials.from_signing_credentials, remove serivce_account.Credentials.to_jwt_credentials (#120)
by Jon Wayne Parrott
· 8 years ago
0c5503e
Release v0.8.0 (#119)
by Jon Wayne Parrott
· 8 years ago
ab08689
Remove one-time token behavior of JWT Credentials (#117)
by Jon Wayne Parrott
· 8 years ago
254befe
Create abstract Verifier and Signer, remove key_id hack from App Engine and IAM signers (#115)
by Jon Wayne Parrott
· 8 years ago
a209819
Fix gRPC to call credentials.before_request (#116)
by Jon Wayne Parrott
· 8 years ago
09568fd
Fix some style issues in the docs
by Jon Wayne Parrott
· 8 years ago
8e1dc4f
Release v0.7.0 (#111)
by Jon Wayne Parrott
· 8 years ago
d722167
Add public property google.auth.credentials.Signing.signer (#110)
by Jon Wayne Parrott
· 8 years ago
5b4e9c8
Fix issue where GAE Signer erroneously returns a tuple from sign() (#109)
by Jon Wayne Parrott
· 8 years ago
924191c
Add IAM signer (#108)
by Jon Wayne Parrott
· 8 years ago
b0c6d19
Use same dependencies for tox -e docs and readthedocs
by Jon Wayne Parrott
· 8 years ago
04c263d
Fix missing documentation dependency
by Jon Wayne Parrott
· 8 years ago
9857713
Release v0.6.0 (#107)
by Jon Wayne Parrott
· 8 years ago
3ff4d55
Refactor common code from google.oauth2.flow to google.oauth2.oauthlib (#106)
by Jon Wayne Parrott
· 8 years ago
474c8df
Add warning about oauth2.flow (#105)
by Jon Wayne Parrott
· 8 years ago
d095801
Fixing typo in google_auth_httplib2 README (#103)
by Jakob Holmelund
· 9 years ago
24d87e8
Remove experimental tag
by Jon Wayne Parrott
· 9 years ago
4382bc1
Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100)
by Jon Wayne Parrott
· 9 years ago
20e6e58
Fix a few lint errors
by Jon Wayne Parrott
· 9 years ago
159077f
Restore lint to Python 3.5
by Jon Wayne Parrott
· 9 years ago
90c1c1b
Release v0.5.0 (#98)
by Jon Wayne Parrott
· 9 years ago
54451fb
Fix cyclic import and add Signer.from_service_account_info (#99)
by Jon Wayne Parrott
· 9 years ago
256d2bf
Add app_engine.Signer (#97)
by Jon Wayne Parrott
· 9 years ago
fc16929
Add crypt.Signer.from_service_account_file (#95)
by Jon Wayne Parrott
· 9 years ago
b607507
Fix TypeError if error description is None (#96)
by Jon Wayne Parrott
· 9 years ago
dc884c0
Fix app engine system test
by Jon Wayne Parrott
· 9 years ago
3bece75
Fix app engine system test
by Jon Wayne Parrott
· 9 years ago
443df66
Release v0.4.0
by Jon Wayne Parrott
· 9 years ago
d840bec
Add proxy to httplib2.Http.connections (#91)
by Jon Wayne Parrott
· 9 years ago
4c883f0
Add Signing.singer_email (#89)
by Jon Wayne Parrott
· 9 years ago
56fe71a
Make secure_authorized_channel pass kwargs to grpc.secure_channel (#90)
by Jon Wayne Parrott
· 9 years ago
3f44cd6
Release v0.3.2
by Jon Wayne Parrott
· 9 years ago
6dca98c
Fix circular import when importing google.oauth2 before google.auth (#88)
by Jon Wayne Parrott
· 9 years ago
746a0aa
Release v0.3.1
by Jon Wayne Parrott
· 9 years ago
97eb870
Fix ID token verification (#87)
by Jon Wayne Parrott
· 9 years ago
7bd15ac
Release v0.3.0 (#83)
by Jon Wayne Parrott
· 9 years ago
e2ab100
Add ID token verification helpers. (#82)
by Jon Wayne Parrott
· 9 years ago
bdbf2b1
Fixing lint
by Jon Wayne Parrott
· 9 years ago
8784b23
Use autospec where appropriate
by Jon Wayne Parrott
· 9 years ago
8c3a10b
Fix doc warnings
by Jon Wayne Parrott
· 9 years ago
840b3ac
Swap target, request for request, target in secure_authorized_channel's argument order. (#81)
by Jon Wayne Parrott
· 9 years ago
53c7b17
Add basic user guide (#79)
by Jon Wayne Parrott
· 9 years ago
48c85f7
Fixing Tuple[...] type annotation in docstring. (#77)
by Danny Hermes
· 9 years ago
61ffb05
Make service_account_email public, read-only (#76)
by Jon Wayne Parrott
· 9 years ago
8a7e506
Add scope argument to default (#75)
by Jon Wayne Parrott
· 9 years ago
ce37cba
Add support for the GCLOUD_PROJECT environment variable (#73)
by Jon Wayne Parrott
· 9 years ago
cadec89
Release v0.2.0
by Jon Wayne Parrott
· 9 years ago
Next »