Django & React JWT Authentication Part 4 - Testing API Endpoints

Опубликовано: 19 Май 2026
на канале: Bryan Berk
36,768
575

🔥 Subscribe to my YouTube + Turn on Notification Bells!
👉    / @bryanberk  

Hey, Bryan here. I share videos that help web developers up their development skills!

Today I'll be sharing the fourth part for setting up an authentication system that I will help you implement using React, Redux, and Django with the Django Rest Framework. I will also be using Bootstrap 4 for the styling in the application.

This is going to be an authentication system with some awesome production level features:
1. You will see how to customize the Django User Model.
2. You will see how to make it so that users are required to verify an account before they can log in.
3. You will see how to allow users to have the ability to reset their password if they forgot the password they signed up with.
4. You will learn how to implement these features using the JSON Web Token authentication scheme.
5. You will learn how to use the Djoser library in order to implement all these awesome features and easily be able to implement even more awesome production level authentication features!

In this part, I will be testing the backend API that we setup in the last section, and show how you would make requests to the backend to perform various authentication tasks.

To stay up to date with the best web development content, make sure you subscribe to My YouTube channel Today!

The final project code can be found at: https://github.com/linkedweb/auth_system