A Django application that uses Django-social-auth for social login integration.
For documentation refer this article - Django Social Authentication
Used Social APIs -
After getting ACCESS_KEY and ACCESS_SECRET, put it in app's setting.py file.
SocialApp | Developer Link |
---|---|
https://developers.facebook.com/ | |
GitHub | https://github.com/settings/applications/new |
https://console.developers.google.com/ | |
https://www.linkedin.com/developers/ | |
https://developer.twitter.com/en/portal/dashboard |
Know more about django-social-auth here.
Thank you :-)