API endpoints
{% if request.user.is_authenticated %}
User details
Password change
Logout
{% else %}
Signup
E-mail verification
Login
Password Reset
{% endif %}
Toggle navigation
django-rest-auth demo
Demo
Documentation
Source code
{% block content %}{% endblock %}
{% block script %}{% endblock %}