Django JWT Authentication in 7 Minutes

preview_player
Показать описание
In this video I'll show you how I handle Authentication when building a backend with Django. When I'm using Django I always use this authentication library and I almost always use JWT's. I'll show you the easiest and most straightforward step to add great authentication that is also easy to work with since we have set-cookie headers.

#django #djangorestframework #python #authentication #jsonwebtoken #jwt
Рекомендации по теме
Комментарии
Автор

Is this compatible with Custom user and Djoser package and if we want to authenticate when registering, will it set the cookie?

farshadbagheri