Metadata-Version: 2.1
Name: drf-social-oauth2
Version: 3.4.1
Summary: OAuth2 social authentication for Django REST Framework
Home-page: https://github.com/wagnerdelima/drf-social-oauth2
Author: Wagner de Lima
Author-email: waglds@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Requires-Python: >=3.10
License-File: LICENSE.txt
Requires-Dist: djangorestframework>=3.14.0
Requires-Dist: django-oauth-toolkit>=2.0.0
Requires-Dist: social-auth-app-django>=5.0.0
Requires-Dist: PyJWT>=2.8.0

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 <https://github.com/wagnerdelima/drf-social-oauth2/blob/master/CONTRIBUTING.md#:~:text=CODE_OF_CONDUCT.md-,CONTRIBUTING,-.md.>`_

What Am I Working Next?
^^^^^^^^^^^^^^^^^^^^^^^

I will be working on the issues below. Anyone is welcome to contribute.

    - Investigating Issues.

From Spain, with Love.
