RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Is it possible to customize the new user creation? #186

Closed hackaprende closed 5 years ago

hackaprende commented 5 years ago

Hi, when a person login for the first time with Facebook it creates a new user and sets the email as username, but when the user's Facebook account is with phone number, it sets the name instead, is it possible to customize this so I can set the phone number in this case instead of the name?

PhilipGarnero commented 5 years ago

You'll need to have a look into the facebook backend in python social auth repo