Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.4k stars 663 forks source link

django-allauth rest endpoints for emails #569

Open wadewilliams opened 5 years ago

wadewilliams commented 5 years ago

We are managing multiple user email addresses via django-allauth.

It doesn't seem like there is an email account management serializer/endpoint included in django-rest-auth.

Is that correct or am I missing something?

Thankyou.

RobertLos commented 1 year ago

In version 0.55.0 I encountered a problem in conjunction with the serializer in dj_rest_auth. The import from allauth.utils import email_address_exists, get_username_max_length statement does return that email_address_exists is not a valid import any more. I solved this by going back to version 0.54.0