Metadata-Version: 2.4
Name: social-auth-core
Version: 4.7.0
Summary: Python social authentication made simple.
Author-email: Matias Aguirre <matiasaguirre@gmail.com>, Michal Čihař <michal@weblate.org>
License: Copyright (c) 2012-2016, Matías Aguirre
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
            1. Redistributions of source code must retain the above copyright notice,
               this list of conditions and the following disclaimer.
        
            2. Redistributions in binary form must reproduce the above copyright
               notice, this list of conditions and the following disclaimer in the
               documentation and/or other materials provided with the distribution.
        
            3. Neither the name of this project nor the names of its contributors may be
               used to endorse or promote products derived from this software without
               specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
        ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
        ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
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.9
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=1.4
Requires-Dist: defusedxml>=0.5.0
Requires-Dist: oauthlib>=1.0.3
Requires-Dist: PyJWT>=2.7.0
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: google-auth-stubs==0.3.0; extra == "dev"
Requires-Dist: mypy==1.16.1; extra == "dev"
Requires-Dist: pyright==1.1.402; extra == "dev"
Requires-Dist: pytest-cov>=2.7.1; extra == "dev"
Requires-Dist: pytest-xdist>=3.6.1; extra == "dev"
Requires-Dist: pytest>=4.5; extra == "dev"
Requires-Dist: responses==0.25.7; extra == "dev"
Requires-Dist: types-defusedxml==0.7.0.20250516; extra == "dev"
Requires-Dist: types-oauthlib==3.3.0.20250622; extra == "dev"
Requires-Dist: types-python-jose==3.5.0.20250531; extra == "dev"
Requires-Dist: types-requests-oauthlib==2.0.0.20250516; extra == "dev"
Requires-Dist: types-requests==2.32.4.20250611; extra == "dev"
Provides-Extra: google-onetap
Requires-Dist: google-auth~=2.40.0; extra == "google-onetap"
Provides-Extra: ping
Requires-Dist: python-jose<4.0,>=3.4.0; extra == "ping"
Provides-Extra: saml
Requires-Dist: python3-saml>=1.5.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)
