Skip to content

Commit

Permalink
Merge pull request #381 from DemocracyLab/oauth_fixes
Browse files Browse the repository at this point in the history
OAuth: Add user:email scope to github
  • Loading branch information
marlonkeating authored Jun 19, 2020
2 parents e6601bf + 18b2a69 commit 098f4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion democracylab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

SOCIALACCOUNT_PROVIDERS = {
'github': {
'SCOPE': ['read:user']
'SCOPE': ['read:user', 'user:email']
},
'google': {
'SCOPE': ['profile', 'email'],
Expand Down

0 comments on commit 098f4ca

Please sign in to comment.