Complete Authentication API with JWT in Django REST Framework (Hindi)

preview_player
Показать описание
Django Complete Authentication API Hindi
00:00:00 Introduction
00:01:51 Creating Virtual ENV
00:03:50 Install Django and Create Project
00:06:50 Install Django REST Framework and Configuration
00:08:22 Install Simple JWT and Configuration
00:09:40 Learn Simple JWT
00:19:26 Fix CORS Policy Error
00:20:10 Install Django cors Headers and Configuration
00:23:40 Custom User Model
00:37:57 Custom UserModelAdmin
00:45:08 FOREIGN KEY Constraint Failed
00:52:50 Registration
01:17:54 Login
01:29:08 Custom JSONRenderer
01:40:00 Implement JWT
01:43:49 Access Logged User Data or Profile
01:51:25 Change Password
02:04:06 Send Reset Password Email
02:19:18 Reset Password
02:37:10 Send Email
02:38:25 dotenv
02:53:04 Generate gitignore file
02:55:57 Fixing Code
02:59:54 Export Postman Endpoints

Django Playlist:

Рекомендации по теме
Комментарии
Автор

Veere Thank you, Got Job as full stack developer

SumitSingh-wzwt
Автор

Kai BAAT Hai full authentication..Maza aageya

Mujhe Classs based views hamesha Dara dete Hain lekin Apki video main zara BHI ajeeb Ni Laga thank you so much

theanonymous
Автор

Very patiently & very well explained, very important concept in DRF.
Thanks for this video brother.

CI
Автор

you take time but always clear all the things, expanded a lot of coding knowledge....thankYou whoever speaking in background😄

_vishaldhabuwala
Автор

Pro tip: you can do form validation in frontend side using formik and yup and send validated data to api to decrease length of the registration code. I prefer to use api view decorator as it's more simple. But I understood everything you taught and created my first full stack auth project.Thank you GURUJI .

shopme
Автор

Hello Brother, In the last three days, I have been watching your video again and again. There is no doubt you are a great teacher and have immense knowledge of the subject. I implemented this project as well but I am stuck in the Google authorization section and I needed your help. Google has changed its policy on less secure app access so that page is not visible now and I am unable to send the mail in the Django. If it is possible for you please make a separate video in sending mail in Django and upload it to your channel. That would be very useful for us. Thank you in advance!!

SalmaanTalks
Автор

Sir aap ki video k ly bhot bhot shukria m ne ap se bhot kuch sekhaa ha meri paid internship hogi ha. Yeah sab apki mehnat aur Allah k karam se hogya ha. Ap ka in video k ly bhot bhot shukria

M-Arshad
Автор

Thanks I was looking for that 😊 perfect timing

harshgupta
Автор

Appreciate Your Work .i follow your video second by second to create authentication api .it took me 3 days to complete. Thank You

kbhprsi
Автор

Aare bhai sath sath me dikhao to ki kese work kr rha h sirf code likhne se smj kese aayega

jlicyxl
Автор

Thankyou so much for providing such a helpful video👍, just because of this video I have learnt DRF from scratch and able to work on live projects. Can you help me in solving 1 thing, sometimes authenticate not working even if login details are correct still it is showing user is none and going to else part. Why I'm facing this issue ? Please help.

sonamporwal
Автор

Who is Sonam ?
Baki sir hatts off 😌, a great teacher YouTube had given us... ❤️

aniketkalta
Автор

Hi
I am write all program but 1 error not solve plz help me
Video time:2:15:15
Link =+uid+"/"+token
Error return= str concate module not concate

rk......
Автор

Maza agya Revised DRF + Complete authentication also done 😘😘

SumitSingh-wzwt
Автор

In change password, i think you should check if the user knows the previous password. there should be three field Old password, New password, Confirm password

MehediHSohan
Автор

Please sir explain, why do you added the Meta class

class
password=serializers.CharField(max_length=255, style={"input_type":"password"}, write_only=True)
password2=serializers.CharField(max_length=255, style={"input_type":"password"}, write_only=True)

class Meta:
fields=['password', 'password2']

please sir explain please please!! and this is okay? you don't use ModelSerializer so why do you used Meta class? If I remove the Meta class, something wrong will happen?

mamunshikdar
Автор

34:08- first day completed
58:45- update ui of api during production
1:51:25 - second day completed...
1:29:35- most imp thing
3:03:29- ended here(3rd day)

brijeshkumarverma
Автор

Please make video on laravel advance topics, which are in digging deepers section in laravel official documentation, like broadcasting, events listeners, laravel cashier, notifications, mailable, queues, task scheduling, pushers, Etc..

ZaidShahid
Автор

Such a detailed concept, thanks a lot sir. 🙏

lalitagarwal
Автор

Oh my god i was just praying so that you upload a full authentication video.

SajidAli-wyzs