]> git.parisson.com Git - django-social-auth.git/commitdiff
Updated Google backend doc to include GOOGLE_OAUTH2_USE_UNIQUE_USER_ID
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 7 Jun 2012 09:28:12 +0000 (11:28 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 7 Jun 2012 09:28:12 +0000 (11:28 +0200)
doc/backends/google.rst

index eef96766e2d106bce5b3b17226a102c47d2e39b9..5c722eabbcdd058009aecfb5c9b05c55cfe1ebb7 100644 (file)
@@ -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`_