https://github.com/wagnerdelima/drf-social-oauth2
drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
https://github.com/wagnerdelima/drf-social-oauth2
auth-provider authentication authorization django django-rest-framework drf drf-oauth2 jwt-auth oauth oauth2 openid openid-provider permission python python3 social-login
Last synced: about 2 months ago
JSON representation
drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
- Host: GitHub
- URL: https://github.com/wagnerdelima/drf-social-oauth2
- Owner: wagnerdelima
- License: mit
- Created: 2020-07-04T15:07:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T07:35:28.000Z (5 months ago)
- Last Synced: 2026-01-13T10:34:25.970Z (5 months ago)
- Topics: auth-provider, authentication, authorization, django, django-rest-framework, drf, drf-oauth2, jwt-auth, oauth, oauth2, openid, openid-provider, permission, python, python3, social-login
- Language: Python
- Homepage: https://drf-social-oauth2.readthedocs.io/en/latest/
- Size: 1.25 MB
- Stars: 290
- Watchers: 5
- Forks: 36
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Welcome to DRF-Social-OAuth2
===================================
.. image:: https://badge.fury.io/py/drf-social-oauth2.svg
:target: https://badge.fury.io/for/py/drf-social-oauth2
.. image:: https://www.codefactor.io/repository/github/wagnerdelima/drf-social-oauth2/badge
:target: https://www.codefactor.io/repository/github/wagnerdelima/drf-social-oauth2/badge
.. image:: https://static.pepy.tech/badge/drf-social-oauth2
:target: https://pepy.tech/project/drf-social-oauth2
Installation
------------
This framework is published at the PyPI, install it with pip::
pip install drf_social_oauth2
Link to documentation
---------------------
You can read the whole drf-social-oauth2's documentation at: https://drf-social-oauth2.readthedocs.io/en/latest/.
Contributing
------------
Details `here `_
What Am I Working Next?
^^^^^^^^^^^^^^^^^^^^^^^
I will be working on the issues below. Anyone is welcome to contribute.
- Investigating Issues.
From Spain, with Love.