DOAC is a reusable application that can be used to provide an OAuth2 cosumer for your project. It is based on RFC 6749 for the OAuth2 authorization framework.
- Django 1.3+
- Django authentication application
- Python 2.6+
This plugin has not been tested on other configurations. If it works with different requirements, or if a requirement is missing from the list, feel free to bring up an issue.
The documentation is not complete, but we try our best to keep them current and comprehensive.
They are included in this repository in markdown versions. You can view them here.
We are trying our best to keep them up to date. Feel free to submit a pull request with tests for code that is not covered.
You can run the tests with:
python runtests.py
The test runner has support for coverage.py along with some other options.