Django API Authentication using JWT Tokens

Scalable Scripts • February 8, 2021
Video Thumbnail
Scalable Scripts Logo

Scalable Scripts

@scalablescripts

About

Hello world! In this channel you will find tutorials for Frontend, Backend and FullStack Developers. My courses: https://scalablescripts.com/ My blog: https://scalablescripts.medium.com/ Connect on social media: https://twitter.com/ScalableScripts https://www.instagram.com/scalablescripts/ Do not forget to subscribe to our channel to check all of our videos :)

Video Description

👉 Check our website: https://scalablescripts.com Python Django login and generate JWT Token using HttpOnly Cookies. We will Login using JWT( JSON Web Token ) which is the standard method for SPA Authentications. We will not use the traditional "Bearer method" but instead we will login using HttpOnly cookies which is a more secure authentication. Source Code: https://github.com/scalablescripts/django-auth This video can be combined with other videos: React and Django JWT Authentication: https://www.youtube.com/playlist?list=PLlameCF3cMEtfyO6H7WXUAqoIJO21bDNp VueJs and Django JWT Authentication: https://www.youtube.com/playlist?list=PLlameCF3cMEvj7fV-Szcaz_ve303e4AxX Angular and Django JWT Authentication: https://www.youtube.com/playlist?list=PLlameCF3cMEthw3eWx4SvcCJ6A-leq7-n NextJS and Django JWT Authentication: https://www.youtube.com/playlist?list=PLlameCF3cMEu-LbsQYUDUVkiZ2jc2rpLx NuxtJS and Django JWT Authentication: https://www.youtube.com/playlist?list=PLlameCF3cMEu_E5qKlXQHEaRn80cmaZiI Svelte and Django JWT Authentication: https://www.youtube.com/playlist?list=PLlameCF3cMEsdQhdJ_gpbW8wS7gut11Xt 00:00 Preview 00:28 Django Rest Framework Setup 02:48 User Model 05:43 Database 08:47 Register 19:21 Login 30:22 Authenticated User 35:01 Logout #python #django