Django Social Authentication | django-allauth | Django OAuth2 |Django SSO|Sign in with Google Django

preview_player
Показать описание
In this Django tutorial, I'm gonna be showing you how to implement Social Authentication in Django which will give your users the power of signing in or signing up with multiple social accounts without letting them creating a new account in your website. We will be dealing with multiple providers like Facebook, Google and GitHub. Single Sign-on (SSO) is a very powerful feature in web applications. In general, there will be :
. Sign in with Google / Sign up with Google
. Sign in with Facebook / Sign up with Facebook
. Sign in with GitHub / Sign up with GitHub

We will show you everything from scratch; registering your application in Providers like Facebook, Google and GitHub; configuring django part of connecting social providers and then register the app in the Django Admin Panel. Apart from that, we will be explaining each and every step as we move forward with the code. We will be using OAuth2 implementation for all the providers. We will see things like Client ID, Client Secret, Access Token, Authorization Code, Authorization Server, Resource Server and other related things.

We will be using django-allauth package, but we will be exploring the other package called python-social-auth as well. We will also be guiding you when to use which package at the end of the video.

Subscribe | Code Band

References :

Other videos in Code Band:

:) You Can Find Me On:
Рекомендации по теме
Комментарии
Автор

ни одного толкового русскоязычного видео не смогла найти. спасибо за крутое видео, полезно, информативно :) и без лишней воды

polinaturina
Автор

Congratulations on 5k subscribers. More to come bro. All the best 👍😀

rangabharath
Автор

Awesome bro. Thank u so much for the awesome tutorials. Keep rocking :-)

rangabharath
Автор

Thanks this Tutorial friend! helped out a lot

study-focus-vibe
Автор

Thank you for your hard work! You help us a lot!

rawmetal
Автор

the sites folder is default in Django administrator?
buz in my case this folder is missing guide me whats the problem

m.huzaifa
Автор

Thanks a lot, it was a very helpful video! :)

ashmakader
Автор

@7:19 you added the contex processor twice. It's there by default already

Kraxi
Автор

Thanks for this video.

Wanted to integrate Directory service with Django framework. Any suggestions?

I have no idea on this . Correct me if the way the posted the query is wrong.

keshavdk
Автор

Incredible man!! This was what I needed, I hope you had done python Social auth instead of django-allauth, but at least this gives me some clues, hope you can do a python social auth, do it only with one provider. Incredibly well done

climbeverest
Автор

Tutorial was great but the URL leading towards the home page is still exposed to everyone! I mean, anyone can access that page by just entering the URL whether he's logged in or not. How to prevent direct access? Even the official documentation doesn't give any direct solution 😞

sangamkumar
Автор

Thanx from the ❤😊 It's really Helpful ☺️

Pralhad
Автор

for some reason, I have not been able to see the image of the social auth.. and I used the tree command on the terminal of both you code and my code and I still didn't get it

justiceessiel
Автор

Can't load url
The domain of this URL is not included in the app domains. In order to load this URL, add all of your app's domains and subdomains in the "App domains" field in the app's settings.

pacomorenonavarro
Автор

Thank you so much broii for the django tutorials

ashrafAK
Автор

which django version are you using in this. i got url issues with current version

rishithakur
Автор

after logged in we can able to redirect into the google authentication page how to redirect them into the home page. Is anyone know please replay...

Ashkarm-qijy
Автор

Please make a video in which after login with google user profile image will show there in django

brokly
Автор

It worked on local but on server it gives error, socialapp matching query doesn not exist

sachinbhoi
Автор

followed your tut....Getting error when sign in with google redirects :

Social Network Login Failure
An error occurred while attempting to login via your social network account.

Any idea how to solve this?

kitbot