Metadata-Version: 2.4
Name: bear-django-oauth-utils
Version: 0.1.0
Summary: A utility class for handling Apple and Google OAuth2 in Django projects.
Author-email: Bohdan Riabunets <bearablyk@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/bearablyk/django-oauth-utils
Project-URL: Issues, https://github.com/bearablyk/django-oauth-utils/issues
Keywords: django,oauth,apple,google,drf,api,static
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: django>=4.2
Requires-Dist: djangorestframework>=3.14
Requires-Dist: requests>=2.31
Requires-Dist: PyJWT>=2.8
Requires-Dist: cryptography>=41.0

## Installation

```bash
pip install bear-django-oauth-utils
```
