Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-auth-library-python
/
42468321a74f21086f9f896bb1ffc1bb2c5bf1f9
/
google
/
auth
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
2f44c49
low effort typo fix (#184)
by Brent Shaffer
· 8 years ago
4921d44
Fix retrieval of default project ID on Windows (#179)
by PicardParis
· 8 years ago
1c51e93
Fix missing timeout argument for http.client transport (#175)
by Jon Wayne Parrott
· 8 years ago
ec726bd
Fix lint issues caught by new pylint (#166)
by Jon Wayne Parrott
· 8 years ago
7af9f66
Fix clock skew calculations (#158)
by Jon Wayne Parrott
· 8 years ago
8a8c4d2
Fix lint for latest pylint (#155)
by Jon Wayne Parrott
· 8 years ago
cfbfd25
Add jwt.OnDemandCredentials (#142)
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
75c78b2
Add service_account.Credentials.with_claims (#140)
by Jon Wayne Parrott
· 8 years ago
b9101e3
Add helpful error messages when importing optional dependencies (#125)
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
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
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
20e6e58
Fix a few lint errors
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
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
6dca98c
Fix circular import when importing google.oauth2 before google.auth (#88)
by Jon Wayne Parrott
· 9 years ago
97eb870
Fix ID token verification (#87)
by Jon Wayne Parrott
· 9 years ago
bdbf2b1
Fixing lint
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
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
a896d2a
Add google.auth._oauth2client - helpers for oauth2client migration (#70)
by Jon Wayne Parrott
· 9 years ago
b9897dc
Add grpc transport (#67)
by Jon Wayne Parrott
· 9 years ago
9a9ce2c
Add requests transport (#66)
by Jon Wayne Parrott
· 9 years ago
f89a3cf
Add with_scopes_if_required helper (#65)
by Jon Wayne Parrott
· 9 years ago
bbc3943
Nox system test refactor (#60)
by Jon Wayne Parrott
· 9 years ago
80f7ff2
Read cloud sdk active_config file to determine the right config file to read (#57)
by Jon Wayne Parrott
· 9 years ago
f7b9279
Add compute engine system tests (#54)
by Jon Wayne Parrott
· 9 years ago
5b03ba1
Add _metadata.get_project_id.
by Jon Wayne Parrott
· 9 years ago
2148fde
Add GAE to application default credentials.
by Jon Wayne Parrott
· 9 years ago
0471475
Add app engine credentials (#46)
by Jon Wayne Parrott
· 9 years ago
aadb3de
Implement application default credentials (#32)
by Jon Wayne Parrott
· 9 years ago
807032c
Consolidate service account file loading logic. (#31)
by Jon Wayne Parrott
· 9 years ago
93d1aa4
Handle case: additional claims empty but mutable
by Danny Hermes
· 9 years ago
54a8517
Fix import order
by Jon Wayne Parrott
· 9 years ago
abcd3ed
Add JWT credentials (#21)
by Jon Wayne Parrott
· 9 years ago
a042549
Add compute engine credentials (#22)
by Jon Wayne Parrott
· 9 years ago
0a0be14
Fix some issues with copy_docstrings
by Jon Wayne Parrott
· 9 years ago
2c253a5
Fix some issues with copy_docstrings
by Jon Wayne Parrott
· 9 years ago
6b21d75
Add copy_docstring helper (#23)
by Jon Wayne Parrott
· 9 years ago
71ce2a0
Add google.auth.credentials - the public interfaces for credentials (#8)
by Jon Wayne Parrott
· 9 years ago
27f6e1e
Add urllib3 AuthorizedHttp (#19)
by Jon Wayne Parrott
· 9 years ago
7eeab7d
Fixing various docstrings
by Jon Wayne Parrott
· 9 years ago
99cc7b7
Setup logging (#16)
by Jon Wayne Parrott
· 9 years ago
92c7b94
Add urllib3 transport (#14)
by Jon Wayne Parrott
· 9 years ago
0178246
Add http.client transport (#10)
by Jon Wayne Parrott
· 9 years ago
64a9d6e
Add compute engine metadata client (#11)
by Jon Wayne Parrott
· 9 years ago
5d028ec
Add google.auth.transport and google.auth.exceptions (#9)
by Jon Wayne Parrott
· 9 years ago
5824ad8
Add google.auth.jwt (#7)
by Jon Wayne Parrott
· 9 years ago
8713a71
Add google.auth.crypt (#6)
by Jon Wayne Parrott
· 9 years ago
377f293
Basic project setup (#4)
by Jon Wayne Parrott
· 9 years ago