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

Users must have an phone address #229

Closed galizhan closed 4 years ago

galizhan commented 4 years ago

Facebook login requires some defining phone address even if didn't specified it in my scopes. However I added phone field in models, but it seems like it didn't affected

localhost:8000/auth/convert-token
ValueError at /auth/convert-token
Users must have an phone address
wagnerdelima commented 4 years ago

Please open future issues at: https://github.com/wagnerdelima/drf-social-oauth2