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)
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.
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.