Django Rest Framework with Django Rest Auth implementation.
Since the introduction of django-rest-framework, Django apps have been able to serve up app-level REST API endpoints. As a result, we saw a lot of instances where developers implemented their own REST registration API endpoints here and there, snippets, and so on. We aim to solve this demand by providing django-rest-auth, a set of REST API endpoints to handle User Registration and Authentication tasks. By having these API endpoints, your client apps such as AngularJS, iOS, Android, and others can communicate to your Django backend site independently via REST APIs for User Management. Of course, we’ll add more API endpoints as we see the demand.
-Features:
1- User Registration with activation
2- Login/Logout
3- Retrieve/Update the Django User model
4- Password change
5- Password reset via e-mail
6- Social Media authentication
Source code: https://github.com/CodeEnvironment/dj...
Django Rest Auth Registration and Login:
• Django Rest Framework API #5 / Django...
Django Rest Framework API #3 / How To Install Django Rest Framework.
• Django Rest Framework API #3 / How To...