Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-social-auth/social-app-django
Python Social Auth - Application - Django
https://github.com/python-social-auth/social-app-django
Last synced: 1 day ago
JSON representation
Python Social Auth - Application - Django
- Host: GitHub
- URL: https://github.com/python-social-auth/social-app-django
- Owner: python-social-auth
- License: bsd-3-clause
- Created: 2016-09-24T18:06:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T17:17:42.000Z (3 months ago)
- Last Synced: 2024-10-25T01:14:43.984Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.38 MB
- Stars: 2,030
- Watchers: 33
- Forks: 380
- Open Issues: 133
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- best-django-resource - django-social-auth-app - Easy social authentication with OAuth for platforms like Facebook, Twitter, and Google. (Third-party Integration)
- stars - python-social-auth/social-app-django - Python Social Auth - Application - Django (Python)
- stars - python-social-auth/social-app-django - Python Social Auth - Application - Django (Python)
README
# Python Social Auth - 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 https://python-social-auth.readthedocs.io/.
## Setup
```shell
$ pip install social-auth-app-django
```## 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)