iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

Feature Request: Extensibility of the fields when using the RegisterSerializer #640

Open Strapchay opened 1 month ago

Strapchay commented 1 month ago

There is an issue with the RegisterSerializer which prevents saving additional fields which are added for the CustomUser. There should be a way to extend the fields to accomodate this field changes and persist them. The limitation is caused by how the fields are manually defined in the adapter save_user function