From 8eecbd9012986dce266eacdb9d280d9df1933147 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 17 Jun 2021 13:55:14 +0100 Subject: core: Drop ClientLogin authorizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s been deprecated by Google for a number of years, and is completely unsupported in all of their newer REST APIs. Its main flaws are that it requires the user’s password to be passed to potentially untrusted code (normalising the user typing their password into any old text entry), and that it can’t support the interactive authentication required for 2FA. Signed-off-by: Philip Withnall --- docs/reference/gdata-docs.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/reference/gdata-docs.xml') diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml index eb279c84..8a533b07 100644 --- a/docs/reference/gdata-docs.xml +++ b/docs/reference/gdata-docs.xml @@ -54,7 +54,6 @@ Authentication/Authorization API - -- cgit v1.2.1