From 9a097861ee4e40260761cbc9facaa2dc07cdea5a Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Thu, 30 Nov 2023 22:39:04 +0700 Subject: python/python3-google-auth-httplib2: Added (Google Authentication Library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-google-auth-httplib2/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-google-auth-httplib2/README (limited to 'python/python3-google-auth-httplib2/README') 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. -- cgit v1.2.3