JWT Authentication with Django, React and Redux Toolkit - Part 1

Описание к видео JWT Authentication with Django, React and Redux Toolkit - Part 1

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

Follow Me on Twitter -   / bryanbrkic  
Follow Me on IG -   / bryanbrkic  
Follow my Facebook Page -   / bryanbrkicfb  

The final project code can be found at:
https://github.com/linkedweb/auth-site

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

Today I'll be sharing the first part of a tutorial series showing you how to implement json web token authentication using React, Redux Toolkit, and Django with the Django REST Framework where we'll be serving the React app on a separate server using Node and Express.

Here is an overview of the things you will learn in this tutorial project:
1. How to have a Django and React app where you host React on a separate server which is served by Express.
2. How to handle jwt authentication where you store the access and refresh tokens in an httpOnly cookie to prevent JavaScript from accessing the values from the browser.
3. How to handle cookie and cross-origin resource sharing (CORS).
4. How to use React Router version 6.
5. How to use Redux Toolkit.
6. How to use proxies to improve front-end development.
7. And more!

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

Комментарии

Информация по комментариям в разработке