Django tutorial: How to authenticate using Google

  Рет қаралды 102,893

Matt Freire

Matt Freire

Күн бұрын

Пікірлер: 98
@devprakash5320
@devprakash5320 4 жыл бұрын
Very well explained . This video actually has 220 likes and 0 dislikes . It deserved it .
@AA-jb5cs
@AA-jb5cs 3 жыл бұрын
I've just added this video to my "Very Helpful Programming Videos" playlist, thanks a lot, man!
@necessities8713
@necessities8713 4 жыл бұрын
You are insanely helpful. How come i missed this channel for such a long time.
@ulvidamirli2758
@ulvidamirli2758 4 жыл бұрын
Great tutorial! I like tutorials which show the actual way but not the codes only to copy/paste.
@mohammadg5326
@mohammadg5326 2 жыл бұрын
Thanks for the video. Facebook provide the access token to login in django rest framework. Do google also provide any access token too?? where to find it?
@matiascoco1999
@matiascoco1999 3 жыл бұрын
It's wierd, nobody asking for the google credentials. Lot of things changed in the past year with the google cloud platform. Now you can't a google test app so easily. I don't know how.
@med8297
@med8297 2 ай бұрын
I guess in the tutorial he just skipped the parts where he created the needed tools in google cloud cause it's for sure not as simple as pressing one button
@khiatiamine3514
@khiatiamine3514 4 жыл бұрын
i did everything you said and still getting an invalid client client error, please help
@abhikGaan
@abhikGaan 4 жыл бұрын
please make a video on how to do django rest framework + google login
@takibahmed8859
@takibahmed8859 3 жыл бұрын
Do we need to save the information into the database(like email) when authenticating using google? Thanks
@suzybennett1965
@suzybennett1965 2 жыл бұрын
Thanks for making this video! Very clear. I wish i'd watched to the end first though as quickstart wasn't on my version of Google and i had to kind of work it out on my own :D Got it working though! Thanks!
@srujangowda8490
@srujangowda8490 3 жыл бұрын
You are not JustDjango....You are JustGod
@GovJobAdda
@GovJobAdda 4 жыл бұрын
Great Video!! Can you please do a tutorial on redirecting users to account setup page after signing up with google. Thanks
@NjoiUrself
@NjoiUrself 4 жыл бұрын
Great tutorial! Would you be able to show how to connect to a mssql database?
@AnnoyingErrors41
@AnnoyingErrors41 4 жыл бұрын
Can you just use postman for the social auth as well? Because the frontend is often not just django..
@tobidegnon4409
@tobidegnon4409 4 жыл бұрын
Great I love, just asking myself yesterday if your were planning to do that
@alinandrei6555
@alinandrei6555 3 жыл бұрын
Can we give uses the chance to change their credentials (username, in this case) while logging in with google? Are we supposed to leave this exclusively on another view of user account settings and sync them with the allauth?
@wicwacdeveloper6186
@wicwacdeveloper6186 4 жыл бұрын
How does one use django-allauth along with dj-rest-auth. I see dj-rest-auth has the feature but when I access the api it's asking for Access Token and Code from me which I have no clue what they are.
@axelhernandez1903
@axelhernandez1903 4 жыл бұрын
Hey bro, how can i consume this API from a webapp like angular? i mean, idk how to display the google auth popup window or the redirect window, and idk how to 'push' or POST or GET Google button on my api
@tobidegnon4409
@tobidegnon4409 4 жыл бұрын
Are you planning on doing a django group/permissions tutorial?
@s41nt2
@s41nt2 3 жыл бұрын
Thanks, very useful👍🏻👍🏻👍🏻
@Final_M
@Final_M 4 жыл бұрын
great tutorial, thank you so much! quick question: what URI's could you use instead of the google/login/callback? I'm curious because it seems like an option to use that, what else could be used there?
@mattfreire
@mattfreire 4 жыл бұрын
That's a good question. I guess it's up to your creativity. See what the callback data is and use that for something.
@caohuyphuong
@caohuyphuong 4 жыл бұрын
Awesome. Thank you so much. I'm waiting for facebook account because it popular in my country.
@abrarmahi
@abrarmahi 2 жыл бұрын
what vscode theme is this ? Very nice video btw !
@rahulgiri9200
@rahulgiri9200 4 жыл бұрын
thanks for giving useful tutorial 😊
@tejasmandre666
@tejasmandre666 4 жыл бұрын
Great video ! Could you please tell me what VS code theme are you using ?
@VPannagS
@VPannagS 3 жыл бұрын
Loved it, thanks alot
@pravarsharma
@pravarsharma 4 жыл бұрын
Great tutorial, thanks !!
@omkarprakashbhosale8338
@omkarprakashbhosale8338 4 жыл бұрын
Can I use social_auth_pipeline because you uses allauth??
@edchelstephens
@edchelstephens 3 жыл бұрын
Thanks a lot man!
@EltigreTafur
@EltigreTafur 4 жыл бұрын
Hello JustDjango I am from Colombia. I need help, please, how? How to authenticate with Google and ngrock? which I use to get the project to the internet
@programmingpython584
@programmingpython584 4 жыл бұрын
Do we need to create the template for accounts/login and other accounts/ urls manually or do they come inbuilt? I am just getting a blank page when i go to accounts/login.
@programmingpython584
@programmingpython584 4 жыл бұрын
Just solved it.Actually i already had a base.html in my code which was getting inherrited.
@sandeepsinghnegi6348
@sandeepsinghnegi6348 4 жыл бұрын
can i add google login link to my own created login page. if yes, how can i do so?
@edchelstephens
@edchelstephens 3 жыл бұрын
Hi, I followed your tutorial and I got it working. Thanks a lot! I have a question, how can I load the profile image of the gmail account inside my django template?
@mattfreire
@mattfreire 3 жыл бұрын
Glad you got it to work. You can get the profile picture URL from the user's SocialAccount data. Check the Django admin for the social accounts table and you can look at the data stored from a google account. You just need to fetch the social account for the user and then grab the profile picture from the json data.
@edchelstephens
@edchelstephens 3 жыл бұрын
@@mattfreire Wow, thank you so much man!
@edchelstephens
@edchelstephens 3 жыл бұрын
@@mattfreire Got it working. Thanks a lot again! :)
@edchelstephens
@edchelstephens 3 жыл бұрын
@@mattfreire do you have a tutorial video also on Google calendar api integration? Create , edit, delete events?
@sauravkumar-gv9yo
@sauravkumar-gv9yo 3 жыл бұрын
Hey JustDjango ! Thank you for making such a great video on Django-allauth. It's working very well on localhost server , but when i deploy project into aws elastic beanstalk then my server is not working , i found error that is ' 500 Internal Server Error ' , could you please help me how to fix it and why it's not working.
@teddyfulk
@teddyfulk 2 жыл бұрын
Great tutorial!
@박은천-f6y
@박은천-f6y 3 жыл бұрын
Great tutorial
@littleremix7302
@littleremix7302 4 жыл бұрын
How to show extra data in templates like profile picture?
@mwibutsa
@mwibutsa 4 жыл бұрын
Thanks for the video, it was helpful. Would you show us how to use google auth with django restframework please? I need to know how I can us django-all auth to create an authentication scheme for my react-native app
@adarkwahking1893
@adarkwahking1893 Жыл бұрын
I'm getting an error when I try to singin. The error is "Social Network login failure" any help please?
@steezyalejos5905
@steezyalejos5905 4 жыл бұрын
SIR i need your help real bad. i need to know how can i get the emailadress and names from the social accounts? i need to manage the info for my users :((
@dylanbutelho2766
@dylanbutelho2766 3 жыл бұрын
can u show the html code for this project
@AbrahamWilson
@AbrahamWilson 4 жыл бұрын
Hey amazing video. I just have a question, I wanted to do exactly what you implemented, but with zoom conferencing app instead. With the current library that you are using zoom is not supported, I wanted to know if there is an alternate way to do this without any libraries.
@pkpk-zj3ux
@pkpk-zj3ux 4 жыл бұрын
how to fill the auth consent form....it is updated...
@mihirmehta1336
@mihirmehta1336 4 жыл бұрын
Superbbb Stuff!!
@dmytrokovalov2199
@dmytrokovalov2199 4 жыл бұрын
Yeah! Finally fresh stuff!
@shubhamadityachakraborty4274
@shubhamadityachakraborty4274 3 жыл бұрын
what will happen if i dont have a domain??
@PAVANKUMAR-vj8oi
@PAVANKUMAR-vj8oi 4 жыл бұрын
user is still logged in even after logout, I added decorators too , but still.
@tusharjindal4590
@tusharjindal4590 3 жыл бұрын
hey there ! can somebody please tell how can we enable login via google account using firebase and django. please help I am stuck
@shubhambindlish1124
@shubhambindlish1124 4 жыл бұрын
cheers! great video!
@WolfKrugerr
@WolfKrugerr 2 жыл бұрын
I have no button Enable the Gmail apy
@pkpk-zj3ux
@pkpk-zj3ux 4 жыл бұрын
problem in creating gmail API....allOauth clients...the resource has been deleted...
@moody54324
@moody54324 4 жыл бұрын
Guys i need a help now everything works fine but when a i go to the admin i see the user logged in but it tells me that user has no password so how can they log in once they need! Password is a must!.
@maharshi9999
@maharshi9999 4 жыл бұрын
Facebook is a bit completed. Can you do a tutorial on facebook login too?
@yuraliashenko6054
@yuraliashenko6054 4 жыл бұрын
Saved hours maybe days )))) Than you!!
@ruslanyakushev4107
@ruslanyakushev4107 4 жыл бұрын
You're amazing!
@palanikumar8023
@palanikumar8023 4 жыл бұрын
i got an error:ImproperlyConfigured at /accounts/login/ No Facebook app configured: please add a SocialApp using the Django admin plz help me
@alihusham1560
@alihusham1560 4 жыл бұрын
for me when i go to ...accounts/login it go to accounts/profile?!
@alihusham1560
@alihusham1560 4 жыл бұрын
for me when i go to ...accounts/login it go to accounts/profile?!
@bhargavsolanki6386
@bhargavsolanki6386 3 жыл бұрын
Admin panel is not opening
@doggill6670
@doggill6670 4 жыл бұрын
i like your channel -- please create online Hr payroll /admin system in Django please create it
@vineetsajwan2028
@vineetsajwan2028 4 жыл бұрын
Please create a video on outlook/office365 authentication
@alihusham1560
@alihusham1560 4 жыл бұрын
when i go to ...accounts/login it go to accounts/profile?!
@unionstartup3584
@unionstartup3584 4 жыл бұрын
same thing happened to me, where u able to fix it?
@MiguelDuffy
@MiguelDuffy 3 жыл бұрын
i have the same problem; have you been able to fix it? if so, how? thanks!
@MiguelDuffy
@MiguelDuffy 3 жыл бұрын
@@unionstartup3584 i have the same problem; have you been able to fix it? if so, how? thanks!
@MiguelDuffy
@MiguelDuffy 3 жыл бұрын
@@unionstartup3584 it happens because you are logged in to /admin. Sign out, and then retry /accounts/login. The answer is here kzbin.info/www/bejne/mom9mqCVn8yUn6s
@MiguelDuffy
@MiguelDuffy 3 жыл бұрын
it happens because you are logged in to /admin. Sign out, and then retry /accounts/login. The answer is here kzbin.info/www/bejne/mom9mqCVn8yUn6s
@valentinfontanger4962
@valentinfontanger4962 4 жыл бұрын
excellent, as always
@mohammedbayomy6154
@mohammedbayomy6154 4 жыл бұрын
Thank You Sir.
@5600ochi
@5600ochi 4 жыл бұрын
man am so greatful for your videos i have learnt a lot from them. Am tying to make a login ,register forgot password bootstrap modal in django and python that i can use for the front end users account. Please help
@t_tek760
@t_tek760 4 жыл бұрын
Your last name sounds very familiar.
@mikejuaid2222
@mikejuaid2222 4 жыл бұрын
great job
@programmingpython584
@programmingpython584 4 жыл бұрын
Can you please provide the code?
@athibanraj3215
@athibanraj3215 4 жыл бұрын
Really great
@kosamomollo1072
@kosamomollo1072 4 жыл бұрын
Great video
@usmanmaqbool7758
@usmanmaqbool7758 4 жыл бұрын
please make your course available on udemy or some other platform, your "site's checkout " doesn't work, please !
@pekka16
@pekka16 4 жыл бұрын
keep up the good work :)
@alihusham1560
@alihusham1560 4 жыл бұрын
thank you
@user-nh8oo3jz7q
@user-nh8oo3jz7q 2 жыл бұрын
need source code
@oogieboogie7028
@oogieboogie7028 3 жыл бұрын
Nicee🔥
@TINTUHD
@TINTUHD 4 жыл бұрын
Thanks
@ponasObuolys
@ponasObuolys 3 жыл бұрын
Great tutorial, just a bit to fast
@damianmosinski2782
@damianmosinski2782 4 жыл бұрын
JD Orka :)
@rashmijoshi520
@rashmijoshi520 3 жыл бұрын
Best video for this
@hamadansar9627
@hamadansar9627 3 жыл бұрын
Good way
@harshitsomani1717
@harshitsomani1717 2 жыл бұрын
Too fast not understandable
@glebgreat
@glebgreat 2 жыл бұрын
Thank you!
@whonayem01
@whonayem01 3 жыл бұрын
Thanks!
Getting Started With Django All Auth
19:01
Pretty Printed
Рет қаралды 14 М.
Python Django Social Authentication | Django AllAuth Tutorial
18:02
Code With Stein
Рет қаралды 25 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Django Login Form and User Authentication
17:01
Dave Gray
Рет қаралды 19 М.
Django Package Review // Episode 1 - Django Allauth
16:05
Matt Freire
Рет қаралды 29 М.
Django and Stripe Payments Tutorial
1:10:27
Matt Freire
Рет қаралды 99 М.
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 443 М.
How to Handle User Authentication in Django
26:39
Matt Freire
Рет қаралды 86 М.
Easily Integrate Google SSO into your Django projects
28:02
Cloud With Django
Рет қаралды 3,8 М.
How to use the Obsidian Dataview plugin
16:11
Nicole van der Hoeven
Рет қаралды 224 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН