Description
In this course, you will learn :
- Experiment with creating custom users in Python using Django RESTful.
- Users can be authenticated using Simple JWT.
- Understanding of how to send account verification and password reset emails.
- Understanding access and refresh token authentication.
- The ability to run API endpoint tests.
Syllabus :
- Registering Custom User Using Simple JWT
- Logging in User Using Simple JWT
- Resetting User Password
- Organizing Users
- User Logout
- Managing and Testing the Endpoints