Django-rest-auth provides a set of REST API endpoints for Authentication and Registration
This version does support SimpleJWT Login, but rest of the methods are untouched. http://django-rest-auth.readthedocs.org/en/latest/
https://github.com/Tivix/django-rest-auth
http://stackoverflow.com/questions/tagged/django-rest-auth
#### Installation for this Repo:
`
pip install git+https://github.com/ankurpandeyvns/django-rest-auth
`