wagnerdelima / drf-social-oauth2

drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
https://drf-social-oauth2.readthedocs.io/en/latest/
MIT License
274 stars 34 forks source link

Add User's Info to Conver-Token response #238

Closed wagnerdelima closed 3 months ago

wagnerdelima commented 3 months ago

Description

User's name, last name and email have been added to the convert-token's response.

Fixes # (issue)

Checklist