In this tutorial we will focus in the Registration and Login features using django web framework. It is a full working solution for login and register user in django web framework.
- Using django form (http://localhost:8000/user/register/django/)
- Using json post request (http://localhost:8000/user/register/)
- Using html template (http://localhost:8000/user/login/)
- Using json post request (http://localhost:8000/auth/)
- username
- password