12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- Metadata-Version: 2.1
- Name: social-auth-app-django
- Version: 4.0.0
- Summary: Python Social Authentication, Django integration.
- Home-page: https://github.com/python-social-auth/social-app-django
- Author: Matias Aguirre
- Author-email: matiasaguirre@gmail.com
- License: BSD
- Keywords: django,social auth
- Platform: UNKNOWN
- Classifier: Development Status :: 4 - Beta
- Classifier: Topic :: Internet
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Intended Audience :: Developers
- Classifier: Environment :: Web Environment
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3
- Description-Content-Type: text/markdown
- Requires-Dist: six
- Requires-Dist: social-auth-core (>=3.3.0)
- # Python Social Auth - Django
- [](https://travis-ci.org/python-social-auth/social-app-django)
- [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matiasaguirre%40gmail%2ecom&lc=US&item_name=Python%20Social%20Auth&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)
- [](https://badge.fury.io/py/social-auth-app-django)
- Python Social Auth is an easy to setup social authentication/registration
- mechanism with support for several frameworks and auth providers.
- ## Description
- This is the [Django](https://www.djangoproject.com/) component of the
- [python-social-auth ecosystem](https://github.com/python-social-auth/social-core),
- it implements the needed functionality to integrate
- [social-auth-core](https://github.com/python-social-auth/social-core)
- in a Django based project.
- ## Django version
- This project will focus on the currently supported Django releases as
- stated on the [Django Project Supported Versions table](https://www.djangoproject.com/download/#supported-versions).
- Backward compatibility with unsupported versions won't be enforced.
- ## Documentation
- Project documentation is available at http://python-social-auth.readthedocs.org/.
- ## Setup
- ```shell
- $ pip install social-auth-app-django
- ```
- ## Contributing
- See the [CONTRIBUTING.md](CONTRIBUTING.md) document for details.
- ## Versioning
- This project follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
- ## License
- This project follows the BSD license. See the [LICENSE](LICENSE) for details.
- ## Donations
- This project is maintained on my spare time, consider donating to keep
- it improving.
- [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matiasaguirre%40gmail%2ecom&lc=US&item_name=Python%20Social%20Auth&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)
|