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 build the basic authentication using JWT tokens so that a user can login and see their notes. We test the APIs using POSTMAN.
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
2:01 Django Set Up
4:15 Settings Configuration & Create User
6:19 Create JWT Token URLS
7:48 Test JWT tokens
9:05 Create User's Note Model & View & Permissions
14:00 Add Permissions
19:05 Test Access To Note Model