[Python-modules-commits] [python-social-auth] 156/322: Add extra info on Google+ Sign-In doc
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.10
in repository python-social-auth.
commit 93d1b61f41ef355895880dbd4750b4b7f5fc6d6a
Author: Rafael Muñoz Cárdenas <rafael.munoz at deliveryhero.com>
Date: Thu Mar 5 15:40:20 2015 +0100
Add extra info on Google+ Sign-In doc
---
docs/backends/google.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/backends/google.rst b/docs/backends/google.rst
index 1ef2dce..0bdfb8e 100644
--- a/docs/backends/google.rst
+++ b/docs/backends/google.rst
@@ -104,6 +104,10 @@ auth process.
``plus_id`` is the value from ``SOCIAL_AUTH_GOOGLE_PLUS_KEY``.
``signInCallback`` is the name of your Javascript callback function.
+ If you would like to get user's email address and have it stored, then set
+ this value in `data-scope`::
+
+ data-scope="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email"
* Add the Javascript snippet in the same template as above::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list