Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.51 KB

Django-social-auth

A Django application that uses Django-social-auth for social login integration.

For documentation refer this article - Django Social Authentication

Used Social APIs -

Social Apps

Create your APIs

After getting ACCESS_KEY and ACCESS_SECRET, put it in app's setting.py file.

SocialApp Developer Link
Facebook https://developers.facebook.com/
GitHub https://github.com/settings/applications/new
Google https://console.developers.google.com/
Linkedin https://www.linkedin.com/developers/
Twitter https://developer.twitter.com/en/portal/dashboard

Know more about django-social-auth here.

Application Pictures

Home Page

Home Page

Login Page

Login Page

After Login

After login Page

About You

Home Page

Thank you :-)