Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-social-auth/social-app-django-mongoengine
Python Social Auth - Application - Django - Mongoengine Storage
https://github.com/python-social-auth/social-app-django-mongoengine
Last synced: 6 days ago
JSON representation
Python Social Auth - Application - Django - Mongoengine Storage
- Host: GitHub
- URL: https://github.com/python-social-auth/social-app-django-mongoengine
- Owner: python-social-auth
- License: bsd-3-clause
- Created: 2016-10-29T13:02:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T13:12:40.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T01:14:44.329Z (20 days ago)
- Language: Python
- Size: 2.12 MB
- Stars: 7
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Social Auth - Django - Mongoengine Storage
[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](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)
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 when using [Mongoengine](http://mongoengine.org/) storage.## 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 enforce.
## Documentation
Project documentation is available at http://python-social-auth.readthedocs.org/.
## Setup
```shell
$ pip install social-auth-app-django-mongoengine
```## 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 maintened on my spare time, consider donating to keep
it improving.[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](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)