omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

fixes empty uid in coursera backend #933

Closed CrowbarKZ closed 8 years ago

CrowbarKZ commented 8 years ago

currently coursera backend is designed to use custom username key as ID_KEY the username value is prepared and stored in details dict by get_user_details, however it doesn't override get_user_id method, which results in the app trying to fetch username from response dict.

omab commented 8 years ago

Thanks!