How to test the Django Rest Password Reset library

  • 20 days ago
Django Rest Password Reset is a Python package that can be used to build a password reset feature in a Django project. I'm using it in my authentication service and in this video I'm showing how I'm using the Django REST Framework's tools for testing to test if the password reset feature is working as expected.

Recommended