Metadata-Version: 2.1
Name: social-auth-core
Version: 4.5.6
Summary: Python social authentication made simple.
Author-email: Matias Aguirre <matiasaguirre@gmail.com>
License: BSD
Project-URL: Homepage, https://github.com/python-social-auth/social-core
Keywords: openid,oauth,saml,social auth
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
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.9
Classifier: Topic :: Internet
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: PyJWT >=2.7.0
Requires-Dist: cryptography >=1.4
Requires-Dist: defusedxml >=0.5.0
Requires-Dist: oauthlib >=1.0.3
Requires-Dist: python3-openid >=3.0.10
Requires-Dist: requests-oauthlib >=0.6.1
Requires-Dist: requests >=2.9.1
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 >=2.1.1 ; extra == 'azuread'
Provides-Extra: dev
Requires-Dist: coverage >=3.6 ; extra == 'dev'
Requires-Dist: flake8 >=5.0.4 ; extra == 'dev'
Requires-Dist: httpretty ~=1.1.0 ; extra == 'dev'
Requires-Dist: pyright >=1.1.391 ; extra == 'dev'
Requires-Dist: pytest-cov >=2.7.1 ; extra == 'dev'
Requires-Dist: pytest >=4.5 ; extra == 'dev'
Requires-Dist: urllib3 ~=2.2.0 ; extra == 'dev'
Provides-Extra: google-onetap
Requires-Dist: google-auth ~=2.38.0 ; extra == 'google-onetap'
Provides-Extra: saml
Requires-Dist: lxml ~=5.2.1 ; extra == 'saml'
Requires-Dist: python3-saml >=1.5.0 ; extra == 'saml'
Provides-Extra: shopify
Requires-Dist: ShopifyAPI ; extra == 'shopify'

# 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 [https://github.com/python-social-auth/.github/blob/main/CONTRIBUTING.md](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)
