Wrapping Up
Explore a comprehensive review of custom user authentication using Simple JWT in Django REST framework. Learn to consolidate skills including user registration, sending verification emails, managing JWT tokens, resetting passwords, logging out, and testing API endpoints to confidently complete your authentication workflow.
We'll cover the following...
We'll cover the following...
Congratulations on making it to the end of this course!
A summary of what we have learned
In this course, we have learned how to do the following:
- Register a custom user in Django REST using Simple JWT.
- Send a user an email verification email upon registering.
- Resend a user an email verification email.
- Log in a user in Django REST using Simple JWT authentication.
- Reset a user password.
- Log out a user and blocklist their refresh token.
- Organize users.
- Manage and test the endpoints.
What’s next?
We suggest learning how to:
- Work with the JWT in a front-end application. That includes how the JWTs are programmatically stored in the local storage of the browsing device, refreshed, added to requests, and later cleared.
- Deploy a Django REST API.