You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party
vadimsh@chromium.org eed4df3d91 Add OAuth2 support for end users (i.e. 3-legged flow with the browser).
This CL introduces new top level command for managing cached auth tokens:
  $ depot-tools-auth login codereview.chromium.org
  $ depot-tools-auth info codereview.chromium.org
  $ depot-tools-auth logout codereview.chromium.org

All scripts that use rietveld.Rietveld internally should be able to use cached
credentials created by 'depot-tools-auth' subcommand. Also 'depot-tools-auth'
is the only way to run login flow. If some scripts stumbles over expired or
revoked token, it dies with the error, asking user to run
'depot-tools-auth login <hostname>'.

Password login is still default. OAuth2 can be enabled by passing --oauth2 to
all scripts.

R=maruel@chromium.org
BUG=356813

Review URL: https://codereview.chromium.org/1074673002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294764 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
..
boto Replaced boto certificate 12 years ago
colorama Update colorama from upstream to 5a3100113a3a. 12 years ago
coverage Add python coverage 3.7 to depot tools. 12 years ago
fancy_urllib Added gsutil/ to depot_tools/third_party/ 13 years ago
google_api_python_client Added OAuth2 support in depot_tools 10 years ago
gsutil Fix 'gsutil' self-discovery. 10 years ago
httplib2 Added OAuth2 authentication to apply_issue 12 years ago
logilab pylint: upgrade to 1.4.1 11 years ago
oauth2client Add OAuth2 support for end users (i.e. 3-legged flow with the browser). 10 years ago
pylint pylint: upgrade to 1.4.1 11 years ago
pymox
repo Revamped terminal output for update. 11 years ago
retry_decorator Added gsutil/ to depot_tools/third_party/ 13 years ago
simplejson Add simplejson 2.1.0 and use it when it's not already installed. 16 years ago
six Revert "Revert "pylint: upgrade to 1.3.1"" 11 years ago
uritemplate Added OAuth2 support in depot_tools 10 years ago
__init__.py
pylint.py Revert "Revert "pylint: upgrade to 1.3.1"" 11 years ago
upload.py Add OAuth2 support for end users (i.e. 3-legged flow with the browser). 10 years ago