https://github.com/felix-d/Django-Oauth-Toolkit-Python-Social-Auth-Integration
REST Framework + Django OAuth Toolkit + Python Social Auth integration
https://github.com/felix-d/Django-Oauth-Toolkit-Python-Social-Auth-Integration
Last synced: about 1 month ago
JSON representation
REST Framework + Django OAuth Toolkit + Python Social Auth integration
- Host: GitHub
- URL: https://github.com/felix-d/Django-Oauth-Toolkit-Python-Social-Auth-Integration
- Owner: felix-d
- Created: 2015-04-12T00:11:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T15:02:27.000Z (over 9 years ago)
- Last Synced: 2024-07-31T19:16:02.352Z (9 months ago)
- Language: Python
- Size: 140 KB
- Stars: 31
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-starred - Django-Oauth-Toolkit-Python-Social-Auth-Integration - REST Framework + Django OAuth Toolkit + Python Social Auth integration (Python)
README
# Django-Oauth-Toolkit-Python-Social-Auth-Integration
REST Framework + Django OAuth Toolkit + Python Social Auth integration*See [PhilipGarnero/django-rest-framework-social-oauth2](https://github.com/PhilipGarnero/django-rest-framework-social-oauth2) for a more complete solution.*
A solution for the common problem of making Django OAuth Toolkit working with Python Social Auth.
The trick is to register/sign in users from third parties access tokens and hooking up in the process to create your own access token and return it as JSON.
Feel free to create pull requests if you have a better solution!