Django Channels JWT Authentication and Deployment

preview_player
Показать описание
In this video we will create a simple Group Chat application, where user should register and login. We handle the registration and login from the Channels as well.

Then we implement JWT Authentication, we will learn about hashing password and comparing it on login, encoding and decoding JWT token.

Then we will edit to support the app for deployment on Heroku.

00:00 Intro
01:05 Demo
02:55 Django Project Setup
04:24 User Model, make_password and check_password
06:00 Django Channels Setup, Registration and Login, JWT token
14:05 JWT Authentication and Chat
21:15 Fix and Deployment Setup for Heroku
Рекомендации по теме
Комментарии
Автор

your videos help me a LOT in my work project,

damaroro