Metadata-Version: 2.4
Name: social-auth-core
Version: 4.8.3
Summary: Python social authentication made simple.
Author-email: Matias Aguirre <matiasaguirre@gmail.com>, Michal Čihař <michal@weblate.org>
License-Expression: BSD-3-Clause
Project-URL: Changelog, https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
Project-URL: Funding, https://opencollective.com/python-social-auth
Project-URL: Homepage, https://github.com/python-social-auth/social-core
Keywords: oauth,openid,saml,social auth
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: oauthlib>=3.3.1
Requires-Dist: PyJWT[crypto]>=2.10.1
Requires-Dist: python3-openid>=3.2.0
Requires-Dist: requests-oauthlib>=2.0.0
Requires-Dist: requests>=2.32.5
Provides-Extra: all
Requires-Dist: social-auth-core[azuread]; extra == "all"
Requires-Dist: social-auth-core[google-onetap]; extra == "all"
Requires-Dist: social-auth-core[saml]; extra == "all"
Requires-Dist: social-auth-core[shopify]; extra == "all"
Provides-Extra: allpy3
Requires-Dist: social-auth-core[all]; extra == "allpy3"
Provides-Extra: azuread
Requires-Dist: cryptography>=42.0.8; extra == "azuread"
Provides-Extra: dev
Requires-Dist: coverage==7.13.0; extra == "dev"
Requires-Dist: flake8==7.3.0; extra == "dev"
Requires-Dist: google-auth-stubs==0.3.0; extra == "dev"
Requires-Dist: mypy==1.19.1; extra == "dev"
Requires-Dist: pyright==1.1.407; extra == "dev"
Requires-Dist: pytest-cov==7.0.0; extra == "dev"
Requires-Dist: pytest-github-actions-annotate-failures==0.3.0; extra == "dev"
Requires-Dist: pytest-profiling==1.8.1; extra == "dev"
Requires-Dist: pytest-xdist==3.8.0; extra == "dev"
Requires-Dist: pytest==9.0.2; extra == "dev"
Requires-Dist: responses==0.25.8; extra == "dev"
Requires-Dist: ty==0.0.3; extra == "dev"
Requires-Dist: types-defusedxml==0.7.0.20250822; extra == "dev"
Requires-Dist: types-oauthlib==3.3.0.20250822; extra == "dev"
Requires-Dist: types-requests-oauthlib==2.0.0.20250809; extra == "dev"
Requires-Dist: types-requests==2.32.4.20250913; extra == "dev"
Provides-Extra: google-onetap
Requires-Dist: google-auth<2.46,>=2.40.0; extra == "google-onetap"
Provides-Extra: saml
Requires-Dist: python3-saml>=1.16.0; extra == "saml"
Provides-Extra: shopify
Requires-Dist: ShopifyAPI; extra == "shopify"
Dynamic: license-file

# Python Social Auth - Core

Python Social Auth is an easy to setup social authentication/registration
mechanism with support for several frameworks and auth providers.

## Description

This is the core component of the python-social-auth ecosystem, it
implements the common interface to define new authentication backends
to third parties services, implement integrations with web frameworks
and storage solutions.

## Documentation

Project documentation is available at https://python-social-auth.readthedocs.io/.

## Setup

```shell
$ pip install social-auth-core
```

## Contributing

Contributions are welcome!

Only the core and Django modules are currently in development. All others are in maintenance only mode, and maintainers are especially welcome there.

See the [CONTRIBUTING.md](https://github.com/python-social-auth/.github/blob/main/CONTRIBUTING.md) document for details.

## Versioning

This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).

## License

This project follows the BSD license. See the [LICENSE](LICENSE) for details.

## Donations

This project welcomes donations to make the development sustainable, you can fund Python Social Auth on following platforms:

- [GitHub Sponsors](https://github.com/sponsors/python-social-auth/)
- [Open Collective](https://opencollective.com/python-social-auth)
