summaryrefslogtreecommitdiff
path: root/gdata/gdata-service.c
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-17 13:55:14 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-17 14:56:11 +0100
commit8eecbd9012986dce266eacdb9d280d9df1933147 (patch)
tree394a98fdb28835f91e0132d206bfa95c72a5f293 /gdata/gdata-service.c
parentb0460823bfd19fb46dee9982e221ca2eeba3bc4a (diff)
downloadlibgdata-8eecbd9012986dce266eacdb9d280d9df1933147.tar.gz
core: Drop ClientLogin authorizer
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 <pwithnall@endlessos.org>
Diffstat (limited to 'gdata/gdata-service.c')
-rw-r--r--gdata/gdata-service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdata/gdata-service.c b/gdata/gdata-service.c
index 40fbaf84..8c62c367 100644
--- a/gdata/gdata-service.c
+++ b/gdata/gdata-service.c
@@ -51,7 +51,6 @@
#include "gdata-service.h"
#include "gdata-private.h"
-#include "gdata-client-login-authorizer.h"
#include "gdata-marshal.h"
#include "gdata-types.h"