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 662 forks source link

made compatible with django-4.0 #652

Open mayavy opened 2 years ago

mayavy commented 2 years ago

I was following book 'Django for APIs' by 'WS Vincent' , in chapter-7 rest-auth was installed, I got errors because of latest Djnago-4.0, So tried fixing it. Now I got no errors from ch-7's tasks.

First Commit , First Open-Source commit.

hugoseabra commented 1 year ago

One year passed and this is not merged yet. When is it supposed to be supported in Django 4?