Django tutorial: How to authenticate using Google

preview_player
Показать описание
In this video, I talk about how to set up Google authentication for your Django project.

☝ Get exclusive courses & become a better Django developer

New to Django Allauth? Watch this tutorial

✌️ Stay in touch

Thank you for watching and don't forget to subscribe :)
Рекомендации по теме
Комментарии
Автор

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.

matiascoco
Автор

Very well explained . This video actually has 220 likes and 0 dislikes . It deserved it .

devprakash
Автор

You are insanely helpful. How come i missed this channel for such a long time.

necessities
Автор

I've just added this video to my "Very Helpful Programming Videos" playlist, thanks a lot, man!

AA-jbcs
Автор

Great Video!! Can you please do a tutorial on redirecting users to account setup page after signing up with google. Thanks

GovJobAdda
Автор

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?

mohammadg
Автор

Great tutorial! I like tutorials which show the actual way but not the codes only to copy/paste.

ulvidamirli
Автор

please make a video on how to do django rest framework + google login

abhik
Автор

Great I love, just asking myself yesterday if your were planning to do that

tobidegnon
Автор

i did everything you said and still getting an invalid client client error, please help

khiatiamine
Автор

Great tutorial! Would you be able to show how to connect to a mssql database?

NjoiUrself
Автор

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!

suzybennett
Автор

Do we need to save the information into the database(like email) when authenticating using google? Thanks

takibahmed
Автор

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.

wicwacdeveloper
Автор

Awesome. Thank you so much. I'm waiting for facebook account because it popular in my country.

caohuyphuong
Автор

Can you just use postman for the social auth as well? Because the frontend is often not just django..

AnnoyingErrors
Автор

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

axelhernandez
Автор

Are you planning on doing a django group/permissions tutorial?

tobidegnon
Автор

You are not JustDjango....You are JustGod

srujangowda
Автор

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?

edchelstephens