aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/python/oauth2clientBob Badour
2019-02-08Revert "Upgrade oauth2client to v4.1.3"android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Kevin Cheng
2019-02-02Upgrade oauth2client to v4.1.3Haibo Huang
2018-09-07Release v4.1.3 and update OAuth2 URIs. Fixes #742. (#743)upstream-masterMatt Houglum
2018-06-12Merge commit 'ae733129' into oauth2client v3.0.0android-p-preview-5android-p-preview-4cylan
2017-07-31Escape error reason for oauth2 callback in django_util (#724)Jon Wayne Parrott
2017-06-29Release v4.1.2 (#721)Spyros Trigazis
2017-06-06Release v4.1.1 (#718)Tomas Reimers
2017-06-01Pass prompt='consent' from flow_from_clientsecrets (#717)Tomas Reimers
2017-05-10Release v4.1.0 and deprecate the library (#714)Jon Wayne Parrott
2017-05-09Escape callback error code (#710)Jon Wayne Parrott
2017-03-27Allow customizing the GCE metadata service address via an env var. (#704)Craig Citro
2017-02-03Typo fix. (#697)Craig Citro
2016-12-06Remove b64 padding from PKCE values, per RFC7636 (#683)Brendan McCollam
2016-11-28Store original encoded and signed identity JWT in OAuth2Credentials (#680)Clancy Childs
2016-11-17Use jsonpickle if possibleChristian Pedersen
2016-10-14Release v4.0.0 (#666)Jon Wayne Parrott
2016-10-06Try to revoke token with POST when getting a 405 (#662)Liran Nuna
2016-09-16Fix django authorization redirect by correctly checking validity of credentia...Bill Prin
2016-08-17Correct query loss when using parse_qsl to dictDanny Hermes
2016-08-16Use transport module for GCE environment check.Danny Hermes
2016-08-15Merge pull request #627 from jonparrott/no-authorNathaniel Manista
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
2016-08-12Switch django models from pickle to jsonpickle (#614)Bill Prin
2016-08-11Add support for RFC7636 PKCE (#588)Brendan McCollam
2016-08-11Support new MIDDLEWARE Django 1.10 Setting (#623)Bill Prin
2016-08-11Change status access from header to attribute. (#616)Danny Hermes
2016-08-11Remove usage of os.environ.setdefault (#621)Danny Hermes
2016-08-10Remove backslash line continuationsDanny Hermes
2016-08-09Remove distinction between http and http.request (#602)Danny Hermes
2016-08-09Using transport helper for calling http.request() (#586)Danny Hermes
2016-08-04Merge util.py and _helpers.pyPat Ferate
2016-08-04Remove contrib.multistore_file (#589)Jon Wayne Parrott
2016-08-01Remove httplib2 imports from non-transport modules.Danny Hermes
2016-08-01Handle missing storage files (#576)Pat Ferate
2016-07-28Update version number to v3.0.0Jon Wayne Parrott
2016-07-27Merge pull request #572 from jonparrott/auth-approval-promptNathaniel Manista
2016-07-27Add deprecation warning to multistore_file.Jon Wayne Parrott
2016-07-27Add warnings and helpers for prompt='consent'.Jon Wayne Parrott
2016-07-27Merge pull request #571 from jonparrott/fix-gce-timeoutNathaniel Manista
2016-07-27Add configurable timeout for metadata server.Jon Wayne Parrott
2016-07-27Change Application Default Credentials resolution order.Jon Wayne Parrott
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-26Refactor Django helpers (#546)Bill Prin
2016-07-21Remove httplib2 parts from service_account module.Danny Hermes
2016-07-21Begin transport module for httplib2 specific pieces.Danny Hermes
2016-07-19Update string formatters to new stylePat Ferate
2016-07-12Remove custom contrib.appengine exceptions (#533)Pat Ferate
2016-07-12Add oauth2client.contrib.multiprocess_storage (#504)Jon Wayne Parrott
2016-07-11Check for Google import order style in flake8Pat Ferate