Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T23:25:55.000Z (7 months ago)
- Last Synced: 2024-05-01T19:28:04.619Z (6 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: 820 KB
- Stars: 259
- Watchers: 6
- Forks: 33
- Open Issues: 17
-
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-oauth2Installation
------------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.