React And Django Secure Authentication #2 | Cookies, Register, Logout

Опубликовано: 04 Июнь 2025
на канале: Matt Makes Code
5,698
141

Hello @MattMakesCode Community 👋

Welcome to a quick 3 part series building a secure authentication system in REACT AND DJANGO.

In this series you'll create a login page, registration page, user authentication, user models & more! The authentication will be secure unlike many other tutorials on youtube!

In this part, we will make our JWT authentication more secure by storing them in HTTP COOKIES. We will also build an api to register a new user as well as an api to logout a user.

If this video helps you please like the video and subscribe to the channel ❤️

Thanks,
MattMakesCode 🙂💻

-----------------------------------------------------------------

SOURCE CODE:

https://github.com/sgmselli/Django-Re...

-----------------------------------------------------------------

CHAPTERS:

00:00 Introduction
00:50 Build Access Token Cookies
5:33 Authenticate Cookies
9:40 Build Refresh Token Cookies
14:03 Logout API
16:18 Check Authentication API
18:20 Register API