From: Marc Hoersken Date: Thu, 7 Jun 2012 09:28:12 +0000 (+0200) Subject: Updated Google backend doc to include GOOGLE_OAUTH2_USE_UNIQUE_USER_ID X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=390fb33f82b4ed15f8f14ed946305e03fbe78b4b;p=django-social-auth.git Updated Google backend doc to include GOOGLE_OAUTH2_USE_UNIQUE_USER_ID --- diff --git a/doc/backends/google.rst b/doc/backends/google.rst index eef9676..5c722ea 100644 --- a/doc/backends/google.rst +++ b/doc/backends/google.rst @@ -70,6 +70,11 @@ To enable OAuth2 support: GOOGLE_OAUTH_EXTRA_SCOPE = [...] +- optional support for static and unique Google Profile ID identifiers instead of + using the e-mail address for account association can be enabled with:: + + GOOGLE_OAUTH2_USE_UNIQUE_USER_ID = True + Check which applications can be included in their `Google Data Protocol Directory`_