https://github.com/python-social-auth/social-app-webpy
Python Social Auth - Application - Web.py
https://github.com/python-social-auth/social-app-webpy
Last synced: 9 months ago
JSON representation
Python Social Auth - Application - Web.py
- Host: GitHub
- URL: https://github.com/python-social-auth/social-app-webpy
- Owner: python-social-auth
- License: bsd-3-clause
- Created: 2016-09-24T18:00:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T07:08:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:14:47.956Z (about 1 year ago)
- Language: Python
- Size: 2.11 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Social Auth - Web.py
Python Social Auth is an easy to setup social authentication/registration
mechanism with support for several frameworks and auth providers.
## Description
This is the [web.py](http://webpy.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)
in a web.py based project.
## Documentation
Project documentation is available at https://python-social-auth.readthedocs.io/.
## Setup
```shell
$ pip install social-auth-app-webpy
```
## 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)