Set up Google Sign-In for Faster Django Login Experience feat. Tech with Tim

  Рет қаралды 50,832

Akamai DevRel

Akamai DevRel

Күн бұрын

Пікірлер: 93
@AlexanderWhillas
@AlexanderWhillas 6 ай бұрын
This really good! Walks you through the setup with Django AND google, both of which are fiddly and would take hours of reading rather than 30mins if you follow along here.
@a_mortal7511
@a_mortal7511 9 ай бұрын
Thanks for this wonderful tutorial. An observation: you actually need to add some test accounts before you publish the app else you get the error ` has not completed the Google verification process. The app is currently being tested, and can only be accessed by developer-approved testers ...`
@muhammadherlambang3548
@muhammadherlambang3548 Жыл бұрын
Thanks for the in depth explanation man this really help me a lot
@kedarshidhaye6950
@kedarshidhaye6950 Жыл бұрын
does this tutorial work even after march 2023 I think google made some changes to their google auth ?
@muhammadherlambang3548
@muhammadherlambang3548 Жыл бұрын
​@@kedarshidhaye6950yep i think it still work for now, last im using this tutorial is May 2023 last month on my final project and it still working perfectly.
@kedarshidhaye6950
@kedarshidhaye6950 Жыл бұрын
@@muhammadherlambang3548 thanks bro
@h9n8
@h9n8 Жыл бұрын
@@kedarshidhaye6950 works today if you have an issue inform us
@utkarshiitbhu4204
@utkarshiitbhu4204 10 ай бұрын
17:42 this line gives me error when i launch website saying does not eixst at / pls help
@qaws747
@qaws747 2 ай бұрын
Thank you so much!!! I've been looking for it for long time
@SvitlanaShasholko
@SvitlanaShasholko 15 күн бұрын
Thank you very much!
@xaoccc
@xaoccc 10 ай бұрын
When i tried to makemigrations i got this error: ModuleNotFoundError: No module named 'allauth'. Sorry, but this is not working. You missed the django-allauth module, which also should be installed.
@dakshjain1227
@dakshjain1227 9 ай бұрын
Do we need to do a pip install or an import?
@lambridegideon1092
@lambridegideon1092 5 ай бұрын
@@dakshjain1227 pip install django-allauth
@andrewrusli2385
@andrewrusli2385 2 ай бұрын
@@dakshjain1227 Yes you do need to 'pip install allauth' and in my situation I had to 'pip install request' then 'pip install jwt' to resolve more errors
@andremyszko
@andremyszko 9 ай бұрын
thank you so much, you helped me a lot to understanding the road to create this allauth login with django! yes it just works here as well! just following exacly what the step is! very nice dude!
@zolokiala2293
@zolokiala2293 7 ай бұрын
Thank you for this video. It is very useful. Keep it up!
@theartistbhavik
@theartistbhavik 3 ай бұрын
Thank you ! one of the best videos. 🙌🙌🙌
@pavanjain2178
@pavanjain2178 3 ай бұрын
Thanks for the superb tutorial!
@yangtimothy7351
@yangtimothy7351 Жыл бұрын
This tutorial is a saver!!!!!!!!!!!!!!!!!!!!
@Elitecricnews
@Elitecricnews 6 ай бұрын
i have should i canit saverrr
@Magnitudeng
@Magnitudeng 3 ай бұрын
Thank you for this video but how can i implement this in Django Rest Frameworks
@WithKiran0
@WithKiran0 4 күн бұрын
No module named 'allauth' error what to do sir ?
@azamazingg
@azamazingg 7 ай бұрын
thank you babe 💣
@MeCoc-yk8pr
@MeCoc-yk8pr 6 ай бұрын
this video was very helpful
@franklucero4108
@franklucero4108 Жыл бұрын
Man!!! thank you very very very very much! I hope you can activate that youtube button to invite you a beer or a coffe!
@niovanmartinez3343
@niovanmartinez3343 7 ай бұрын
It works fine for me, but how can we implement Google One Tap Login?
@maheshk_7
@maheshk_7 4 ай бұрын
Great Explaination video
@aleemhakim
@aleemhakim Жыл бұрын
Thank you for this cheers
@arifchoudhary-n9v
@arifchoudhary-n9v Жыл бұрын
thanks for the awsome video
@neilsahoo9006
@neilsahoo9006 Жыл бұрын
when I try this method which gives me the same thing as I did myself before. It takes me to a mediator page where I can signup , login or login with google, idk how when you clicked on google login it directly redirected you to the authentication page.
@arindam_sahoo
@arindam_sahoo Жыл бұрын
Its happening with me too
@kevingitundu2040
@kevingitundu2040 7 ай бұрын
Did You find a way of fixing that I'm getting the same error too
@deotiiemusic1062
@deotiiemusic1062 6 ай бұрын
It's because he has all accounts save with chrome So he doesn't need to log into his Google account because they are saved So google logs him directly
@unbeatengamer755
@unbeatengamer755 5 ай бұрын
me too man. did you find a solution for it?
@atulgupta-g
@atulgupta-g 3 ай бұрын
​@@deotiiemusic1062 That's not correct! I have also many accounts logged in my chrome then why I am getting this problem?
@AIML-t5b
@AIML-t5b Жыл бұрын
we cannot add localhost address, its asking for real domain in the google cloud console while creating the api key and secret key. why
@maxellmilay
@maxellmilay Жыл бұрын
Amazing tutorial!
@Elitecricnews
@Elitecricnews 6 ай бұрын
how to best tutorial my project in not properli working
@atifansari7514
@atifansari7514 Жыл бұрын
your most of the videos dont work for me. I am now stuck with an unknow error that I cant find it on google.
@nellyhernandez7087
@nellyhernandez7087 9 ай бұрын
Lol
@nihal4931
@nihal4931 9 ай бұрын
😂
@Trivedismit-f9j
@Trivedismit-f9j Жыл бұрын
Worked For Me i was getiing error but after tutorial it worked for me
@tonymudau3005
@tonymudau3005 Ай бұрын
what about saving users in the database?
@likhithareddy7081
@likhithareddy7081 7 ай бұрын
Hi I have one doubt.... Without using templates( html and css), how to implement this Google login into drf?
@pedromadureiradev
@pedromadureiradev 7 ай бұрын
I'm trying to figure it out right now.
@tanishachaudhry4809
@tanishachaudhry4809 Жыл бұрын
Thanks ALOT for this tutorial!!
@rafhaellowixhomwad
@rafhaellowixhomwad 6 ай бұрын
thanks a lot!!!
@yeabayu6434
@yeabayu6434 8 ай бұрын
can you do one with a custome auth model adn google auth
@imadlatch7206
@imadlatch7206 Жыл бұрын
How to do it programmatically without Third-party apps? , google might depricate the api so our login would went down.
@mrviktor2449
@mrviktor2449 Жыл бұрын
source code please
@generalstep
@generalstep 5 ай бұрын
23:19 at here i dont see provider : Google
@Daniel-xd1ih
@Daniel-xd1ih 5 ай бұрын
I have the same error rn, did you solve it?
@Miggy97
@Miggy97 5 ай бұрын
@@Daniel-xd1ih Ive solved it (kinda) if you still need a fix
@estefanolandeta744
@estefanolandeta744 5 ай бұрын
​@@Miggy97 pls help, how u solve it
@mohamedaneddame4820
@mohamedaneddame4820 5 ай бұрын
@@estefanolandeta744 i have the same problem guys can u help me
@mohamedaneddame4820
@mohamedaneddame4820 5 ай бұрын
@@estefanolandeta744 me too same prblm
@chaitanyamulampaka4886
@chaitanyamulampaka4886 6 ай бұрын
Help me out, I'm getting no module named 'allauth '
@unbeatengamer755
@unbeatengamer755 5 ай бұрын
when i do these steps and then i click the link it takes me to a page that tells me "You are about to sign in using a third-party account from Google." with a continue button underneath. It is only when i press that continue button will it take me to the page where i can select google accounts. How do i remove this middle page?
@kiryls1207
@kiryls1207 5 ай бұрын
i guess it's a browser feature, maybe in browser settings?
@unbeatengamer755
@unbeatengamer755 5 ай бұрын
@@kiryls1207 yeah i figured it out. you gotta make another folder in templates called socialaccount and then make a file called login.html inside it. make an empty form inside it with csrf token and then write a javascript code to submit it as soon as the page loads. There might be another way to do this but this is what worked for me if you know a better way do point me in a direction.
@Miggy97
@Miggy97 5 ай бұрын
@@unbeatengamer755 Youre a genius man how did you figure this out?
@unbeatengamer755
@unbeatengamer755 5 ай бұрын
@@Miggy97 I am pretty sure i read a blog somewhere. btw how were you able to read that comment. I wrote it but i was not able to see it, i figured youtube must have deleted it.
@Miggy97
@Miggy97 5 ай бұрын
@@unbeatengamer755 Looks normal to me, and great did you by any chance find a way to override a screen that tells the user "thisapp wants to see x amount of services and make sure you trust the app"?
@joespotted
@joespotted 6 ай бұрын
How to use this on my react native
@KodexAnt
@KodexAnt Жыл бұрын
Thank you. I had problem with SITE_ID=3 (wtf...) but I got it done
@WaqtKiSaath
@WaqtKiSaath 9 ай бұрын
How you correct it? Please help me
@utkarshiitbhu4204
@utkarshiitbhu4204 10 ай бұрын
17:42 this line gives me error when i launch website saying does not eixst at /
@akshityadav4211
@akshityadav4211 10 ай бұрын
same
@utkarshiitbhu4204
@utkarshiitbhu4204 10 ай бұрын
​@@akshityadav4211try removing django.contrib.sites from installed apps in settings
@mohitdahal2257
@mohitdahal2257 7 ай бұрын
same error
@JoseDavidSaez
@JoseDavidSaez 7 ай бұрын
Same, you should change the site_id config: SITE_ID=2. This worked for me
@arashkhosravi1982
@arashkhosravi1982 7 ай бұрын
Seems really interesting, but There is a background sound which really annoying😮‍💨😮‍💨😮‍💨
@vattoxonfire1278
@vattoxonfire1278 6 ай бұрын
I don't see any provider options in admin ?
@pearchairo4831
@pearchairo4831 5 ай бұрын
ya I had the same error, to be able to see the providers you have to install social account module, pip install django-allauth[socialaccount]. Hope it works
@mohamedaneddame4820
@mohamedaneddame4820 5 ай бұрын
i have the same problem
@vattoxonfire1278
@vattoxonfire1278 5 ай бұрын
@@mohamedaneddame4820 i fixed it but i forgot how
@vattoxonfire1278
@vattoxonfire1278 5 ай бұрын
@@mohamedaneddame4820 you need a certain package
@vattoxonfire1278
@vattoxonfire1278 5 ай бұрын
@@mohamedaneddame4820 remind what the error says again i fixed it by instaling a certain django-allauth-something
@TheSmashten
@TheSmashten Жыл бұрын
this doesnt work at all btw
@TheSmashten
@TheSmashten Жыл бұрын
keep getting the error: django.db.migrations.exceptions.InconsistentMigrationHistory: Migration socialaccount.0001_initial is applied before its dependency sites.0001_initial on database 'default'.
@yashvarshney8651
@yashvarshney8651 Жыл бұрын
@@TheSmashten I guess you should make initial default migrations first and then proceed with the tutorial
@LurkzGaming
@LurkzGaming 11 ай бұрын
Worked fine for me.
@thedeadbaby
@thedeadbaby 6 ай бұрын
The poo hits the fan when you have a react front end and drf and templates don't make any sense whatsoever.
@CaidSk-k4f
@CaidSk-k4f 11 ай бұрын
😮😂good good erygoodyourdicition
@rahimrahim2720
@rahimrahim2720 3 ай бұрын
really helpful thank you
@hcos8139
@hcos8139 Жыл бұрын
Yoo hi Tim
Авторизация Google Django Rest Framework | Создание JWT | Sound Cloud #2
30:21
Django School | Михаил Омельченко
Рет қаралды 11 М.
Simple Google Sign-in with Django ✍️ (6 mins)
6:52
Tom Dekan
Рет қаралды 6 М.
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 121 МЛН
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 41 МЛН
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 26 МЛН
The TRIPLE FOLDING phone has a Problem.
12:54
Mrwhosetheboss
Рет қаралды 1,8 МЛН
Setup Google OAuth sign in 6 minutes
6:51
Appwrite
Рет қаралды 76 М.
Login and Logout - Django Wednesdays ECommerce 7
20:33
Codemy.com
Рет қаралды 15 М.
Mastering File Uploads with JavaScript: Fetch API
20:47
Uploadcare
Рет қаралды 589
Getting Started With Django All Auth
19:01
Pretty Printed
Рет қаралды 11 М.
Adding Google login to your existing Django / DRF applications
32:40
Django tutorial: How to authenticate using Google
13:07
Matt Freire
Рет қаралды 101 М.
Django Login Form and User Authentication
17:01
Dave Gray
Рет қаралды 15 М.
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 121 МЛН