aboutsummaryrefslogtreecommitdiff
path: root/python/python3-google-auth-httplib2/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.google-auth-httplib2_2023-11-29@lockywolf.net>2023-11-30 22:39:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-30 23:01:06 +0700
commit9a097861ee4e40260761cbc9facaa2dc07cdea5a (patch)
treecf87e8c5de70c84ea297ca7a2dfaa1ae8503d83a /python/python3-google-auth-httplib2/README
parent05649a5b12a4a432b2f82d912cde4df1929dd376 (diff)
python/python3-google-auth-httplib2: Added (Google Authentication Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-google-auth-httplib2/README')
-rw-r--r--python/python3-google-auth-httplib2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-google-auth-httplib2/README b/python/python3-google-auth-httplib2/README
new file mode 100644
index 0000000000..c48eefc29a
--- /dev/null
+++ b/python/python3-google-auth-httplib2/README
@@ -0,0 +1,5 @@
+This library provides an httplib2 transport for google-auth.
+
+httplib has lots of problems such as lack of threadsafety and insecure
+usage of TLS. Using it is highly discouraged. This library is intended
+to help existing users of oauth2client migrate to google-auth.