filmov
tv
Learn Django - Towards social logins with Google and Django | Django-allauth
Показать описание
In this Django tutorial for beginners we work towards building a social login system. Using the django allauth package we authenticate users with their Google credentials.
0:00 Introduction
1:04 Create new Django project
4:15 Initial steps to install and configure django allauth
8:57 Migrate and make superuser - check database
12:17 Next steps - home template and URLS
18:26 Create Google account - configure new application and acquire API keys
25:06 Test login
28:39 Review of how to create templates to override django allauth templates
First, we build a simple application and proceed to installing the django allauth package which will provide the tools to allow us to authenticate with a wide range of services including Google.
Next we configure the django allauth package defining the configuration within our settings file. We migrate the database and view the new tables.
Finally we build a simple home template and configure the URLs before heading over to Google to configure the API settings.
We pull this all together and demonstrate the login system by authenticating with a Google account. I take you through the basic principles of overriding the django allauth templates building a login page.
Code Repository
SUBSCRIBE to get more free tutorials, courses and code snippets!
Follow us on Facebook
Follow use on Twitter:
0:00 Introduction
1:04 Create new Django project
4:15 Initial steps to install and configure django allauth
8:57 Migrate and make superuser - check database
12:17 Next steps - home template and URLS
18:26 Create Google account - configure new application and acquire API keys
25:06 Test login
28:39 Review of how to create templates to override django allauth templates
First, we build a simple application and proceed to installing the django allauth package which will provide the tools to allow us to authenticate with a wide range of services including Google.
Next we configure the django allauth package defining the configuration within our settings file. We migrate the database and view the new tables.
Finally we build a simple home template and configure the URLs before heading over to Google to configure the API settings.
We pull this all together and demonstrate the login system by authenticating with a Google account. I take you through the basic principles of overriding the django allauth templates building a login page.
Code Repository
SUBSCRIBE to get more free tutorials, courses and code snippets!
Follow us on Facebook
Follow use on Twitter:
Комментарии