[Python-modules-commits] [python-social-auth] 203/322: Store github login in extra data by default. Refs #567

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:09 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 72d413abb4b5b8e713960f87587e01bdb74dbc98
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sun Mar 29 14:08:04 2015 -0300

    Store github login in extra data by default. Refs #567
---
 social/backends/github.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/social/backends/github.py b/social/backends/github.py
index db58cc1..9ac091c 100644
--- a/social/backends/github.py
+++ b/social/backends/github.py
@@ -17,7 +17,8 @@ class GithubOAuth2(BaseOAuth2):
     SCOPE_SEPARATOR = ','
     EXTRA_DATA = [
         ('id', 'id'),
-        ('expires', 'expires')
+        ('expires', 'expires'),
+        ('login', 'login')
     ]
 
     def get_user_details(self, response):

-- 
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