Complete Django Rest Framework JWT Authentication System

preview_player
Показать описание
in this video we are going to be build a complete RestAPI Jwt Authentication system, using django Rest framework and reactjs, with all the feature you will expect in an Authentication system, User Registration, JWT Token login with simplejwt, Logout, Password Reset And Social Authentication with Google And Github.
Рекомендации по теме
Комментарии
Автор

i am searching of django full authentication video i found best channel on youtube for django pls request you to complete this series as soon as posible pls add mobile otp authentication in this series if posible thank you so much for your efforts

chetanverma
Автор

Great tutorial, nonetheless I remarked several things. When creating a superuser, time 19:35, line 43 in method create_superuser, you are saving an already saved user (saved by the method create_user)
Also I was unable to log in until I wrote a ModelBackend implementing authentication using email and saying it so using the setting file. On the UserManager class I added also is_active extra_field for superusers.

JuanBarragan-hl
Автор

Learnt a lot. Thanks. One suggestion: your voice is low and sometime dontunderstand what are you saying.

supreme
Автор

Thanks for the tutorial, my request is going through but email is not being sent.

OnyekaChukwu-ku
Автор

pls tell me what time to take upload 6th video pls reply and pls take a good mick for increase voice your voice so slow thanks

chetanverma
Автор

thank you for the tutorial. at 19:37, user is saved in line 26 so why do we have to save in again in line 43?

nafisehmaraghi
Автор

its amazing you are the best tutor on youtube you deserve million subscribers . I have facing error can you provide source code pls

bijendernagar
Автор

Hi thank you for your tutorial. How do you check your API at 42:12 ?

cakane
Автор

nice thank you so much, subscribed and liked 👍

mahendranath
Автор

Hi, why is my URLs didn't match any of these? Need help, anyone.

johngabriellacar
Автор

Can you add the .env.example file? Thank you

SangLe-el
Автор

Do you have tutorial on django login with ping saml authentication?

TheRealHouji
Автор

where's JWT authentication? this authentication does not contain any JWT creation and verification

wolfisraging
Автор

I am unable to login, getting this error
"AttributeError at /admin/login/ 'coroutine' object has no attribute 'is_active'

AnasJafri-sk