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
$ 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 document for details.