https://github.com/python-social-auth/social-storage-mongoengine
Python Social Auth - Storage - Mongoengine
https://github.com/python-social-auth/social-storage-mongoengine
Last synced: 9 months ago
JSON representation
Python Social Auth - Storage - Mongoengine
- Host: GitHub
- URL: https://github.com/python-social-auth/social-storage-mongoengine
- Owner: python-social-auth
- License: bsd-3-clause
- Created: 2016-09-24T17:56:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T22:52:46.000Z (9 months ago)
- Last Synced: 2025-04-10T23:31:44.582Z (9 months ago)
- Language: Python
- Size: 2.14 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- 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 - Mongoengine
Python Social Auth is an easy to setup social authentication/registration
mechanism with support for several frameworks and auth providers.
## Description
This is the [Mongoengine](http://mongoengine.org/) 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)
into a project using Mongoengine as the storage solution.
## Documentation
Project documentation is available at https://python-social-auth.readthedocs.io/.
## Setup
```shell
$ pip install social-auth-storage-mongoengine
```
## 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)