Login with Google and Facebook account in Python/Django |All-Auth Social Login Authentication | API

preview_player
Показать описание
Add this feature to your site. Login by using your existing Google or Facebook or any other social media account instead of creating a new user. I've used Django Library "All-auth" in the video! You can find the DOCUMENTATION of All-Auth here :

To follow along download files :

-------------------------
APPS YOU NEED TO INCLUDE :
'allauth',

URL PATTERN :
OR

GOOGLE DEVELOPER CONSOLE :

Authorized redirect URL:

FACEBOOK DEVELOPERS :

TEMPLATE TAGS :
{% load socialaccount %}
{% providers_media_js %} (ONLY FOR FACEBOOK)

HREF :
{% provider_login_url "facebook" method="js_sdk" %}
{% provider_login_url "facebook" method="oauth2" %}
{% provider_login_url "google" %}

REDIRECT :

LOGIN_REDIRECT_URL = "/"
-----------------------------------------------
The video is quite simple If you have any questions about the All-Auth Social Authentication you can ask in the Comment Section Below.

Hang out with me on Instagram :
Рекомендации по теме
Комментарии
Автор

thanks bro this concept theory and implementation are totally different i give 4 days to this by studying their official tutorials everything but your 14 minute video made my day.

googlecolab
Автор

This the superb video for the All auth authentication for both FB and GOOGLE working 100% Thanks pal

zorojuro
Автор

you solved complex problem in simple way for me thanks

WinnerOrLosser-znms
Автор

Really great video, i went through few videos but i didnt get apporiate one which i was looking for, .. but i found that here.. thanks bro...

sagarsrinivas
Автор

This is by far the best tut on this topic.
Thanks a lot!

karamsahoo
Автор

Easy to follow and working perfectly. Thanks :)

amreshgiri
Автор

Thank You Bro, You have all done perfectly 👌

Techlystack
Автор

Muchas gracias, tu video me ayudo muchísimo!

kamilajh
Автор

when I am clicking google I am redirected to some other page, which is having sign-in and sign-out links and also having a continue button, what should I do now?

CSB_KeerthanaA
Автор

This is a great tutorial! Very straight to the point.

enchance
Автор

Great video brother . Really helped me a lot

sarathchandrank
Автор

Great tutorial! This makes google/fb and other social media authentication doable. But can you please make a video showcasing apple id authentication? I think django allauth does not provides authentication mechanism for apple.

gulshanbakle
Автор

That was a great tutorial! I just watched it and I am gonna give it a try ASAP! Since I am new into Django development I was wondering.. how can you connect those logins to a custom user profile? Does the allauth contain a custom profile table ?

dimitrioschatzidimitriou
Автор

Hello my friend, sorry to keep bothering you hahah!
I wanted to set a customized boolean field to True, if a user authenticated through google or facebook. Do you have any idea how can I do this?

joaosalomao
Автор

Facebook has detected that django project isn't using a secure connection to transfer information.
Until django project updates its security settings, you won't be able to use Facebook to log in to it.

(WHAT DO I DO NOW)

こKUROこ
Автор

When I try to login with google it captures the name but not the email id..How to capture the email id . Please tell me

kuchbchalega
Автор

That may be a stupid question but is it possible to expose these authentication APIs to a mobile? Is there any recommended tutorial?

vincentroye
Автор

How can I add regular signup and login with email??

oldelkhot
Автор

Great tutorial! I just needed to save some info, such as email address or phone number. How can I do this?

joaosalomao
Автор

Hello, i want to create an app which centralize social network, can an user log in facebook, google and django in the same time

abdousalm
join shbcf.ru