aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
AgeCommit message (Expand)Author
2016-02-05Implementing p12 support in ServiceAccountCredentials.Danny Hermes
2016-02-04Make _ServiceAccountCredentials public.Danny Hermes
2016-02-04Removing novel crypto in service_account.py.Danny Hermes
2016-02-04Adding a pure Python crypt sub-module.Danny Hermes
2016-02-04Use symbolic constants for HTTP codesNathaniel Manista
2016-01-28Fall back to read-only credentials on EACCES errorsTravis Hobrla
2016-01-27Add to/from json methods to Credentials classesdlorenc
2016-01-11Switch flask_util and django_util to use DictionaryStorage.Jon Wayne Parrott
2016-01-11Adding dictionary storage for #319.Jon Wayne Parrott
2016-01-08Moving devshell module to contrib.Danny Hermes
2016-01-08Merge pull request #372 from wilford/masterNathaniel Manista
2016-01-07Adds token_expiry to the Devshell credential.Robert Spies
2016-01-06Moving locking logic into storage base class.Jon Wayne Parrott
2016-01-05Merge pull request #371 from dhermes/factor-out-utcnowDanny Hermes
2016-01-05Merge pull request #370 from dhermes/move-gce-to-contribDanny Hermes
2016-01-05Merge pull request #375 from dhermes/move-xsrfutil-to-contribDanny Hermes
2016-01-05Factor out usage of utcnow() in client.Danny Hermes
2016-01-05Moving xsrfutil module to contrib.Danny Hermes
2016-01-05Moving gce module to contrib.Danny Hermes
2016-01-04Using more mocks in implicit environ tests.Danny Hermes
2015-12-14Merge pull request #337 from danring/update_id_token_on_refreshDanny Hermes
2015-12-11Move non-core modules to contrib.Jon Wayne Parrott
2015-12-04Add Django Util With DecoratorBill Prin
2015-12-03Merge pull request #350 from waprin/fix-348Nathaniel Manista
2015-12-03More informative error when failing to open secrets file.Danny Hermes
2015-12-01Adding empty oauth2client.contribJon Wayne Parrott
2015-11-18Release v1.5.2Travis Hobrla
2015-11-18Update id_token on refreshDan Ring
2015-11-17Fall back to credential refresh on EDEADLKTravis Hobrla
2015-10-21Merge pull request #322 from jonparrott/masterNathaniel Manista
2015-10-21Fixing incremental auth in flask_util.Jon Wayne Parrott
2015-10-20Remove unused importsJohn Vandenberg
2015-10-13Correct flask_util environment variable docsBill Prin
2015-10-06Updating django_orm.FlowField to work in Python 3.Danny Hermes
2015-10-05Issue #142 CredentialField Python3 fixAndrzej Pragacz
2015-09-21Add HttpAccessTokenRefreshErrorTravis Hobrla
2015-09-17Converting private_key to bytes if needed.Danny Hermes
2015-09-14Cutting release 1.5.1.Danny Hermes
2015-09-07Fix variable 'success' that is referenced before assignmentDanilo Akamine
2015-09-07Fix port in error message. Port 9090 is not defaultDanilo Akamine
2015-09-02Releasing 1.5.0.Danny Hermes
2015-09-01Making crypt._verify_signature accept iterable instead of dict.Danny Hermes
2015-09-01Refactor exp/iat checking in crypt.verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Refactor audience checking in crypt.verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Using more descriptive names for JWT parts.Danny Hermes
2015-09-01Using JWT segment names in verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Refactor certificate checking in crypt.verify_signed_jwt_with_certs.Danny Hermes
2015-09-01Adding no cover pragmas to test_crypt.Danny Hermes
2015-08-27Using basic httplib call to check if on GCE.Danny Hermes
2015-08-25Removing old_run module.Danny Hermes