Alexander Todorov
unread,Oct 27, 2012, 2:19:40 PM10/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-so...@googlegroups.com
Hi guys,
my site is using several social auth providers and they either seem to always
provide the email address or be configurable with
XXXXX_EXTENDED_PERMISSIONS = ['email']
GITHUB_EXTENDED_PERMISSIONS = ['email']
FACEBOOK_EXTENDED_PERMISSIONS = ['email']
GOOGLE_OAUTH2_EXTENDED_PERMISSIONS = ['email']
^^^ Logging in with any of these will always update the email, even if it is
already set to a different value.
TWITTER_EXTENDED_PERMISSIONS = ['email']
LINKED_EXTENDED_PERMISSIONS = ['email']
LINKEDIN_SCOPE = ['r_basicprofile', 'r_emailaddress']
^^^ none of these works. Any suggestions? I wasn't able to find enough info in
the docs.
Regards,
Alex