shahpankaj123/JWT_Authentication_Api
I developed a Django REST Framework project implementing user registration,login ,change password and reset password functionalities. The authentication is token-based using Simple JWT, allowing secure access to protected endpoints. The project includes custom views, serializers, and URL configurations for seamless integration of these features.
Python