I\'m working on a webapp where users can login to see their online wine cellar.
I\'ve got the Django REST models setup, as well as the front-end design in Angular but I\
Check out django-rest-auth and angular-django-registration-auth also
https://github.com/Tivix/angular-django-registration-auth
https://github.com/Tivix/django-rest-auth
We've tried to solve most common Django auth/registration related things from a backend and angular perspective in these two libraries.
Thanks!