Skip to content

Commit 098f4ca

Browse files
Merge pull request #381 from DemocracyLab/oauth_fixes
OAuth: Add user:email scope to github
2 parents e6601bf + 18b2a69 commit 098f4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

democracylab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
SOCIALACCOUNT_PROVIDERS = {
7979
'github': {
80-
'SCOPE': ['read:user']
80+
'SCOPE': ['read:user', 'user:email']
8181
},
8282
'google': {
8383
'SCOPE': ['profile', 'email'],

0 commit comments

Comments
 (0)