Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.92 KB

index.md

File metadata and controls

44 lines (30 loc) · 1.92 KB

Welcome to Django OAuth2 Consumer's documentation!

Django OAuth2 Consumer (DOAC) is a reusable application that can be used to provide an OAuth consumer for your project.

Requirements

We tried to make it so that this application did not require anything, but that is pretty illogical when you think about it, so we settled with a short list of requirements that should fit your project anyway. This application may work on different setups, but we probably haven't tested them, so contact us if you find that there is an issue with our list of requirements.

Required

This application is directly compatible with other tools and applications, but if you aren't using them it shouldn't make a difference. We provide extra functionality by default if it makes sense to do so.

Optional

Getting Help

If you find a bug, have an idea for a feature, or just need some guidance, we provide support through our GitHub repository. Just open up a new issue and make sure to include as much information as possible so we can try our best to determine the problem. A working test case or example is always preferred, though we recognize that it is not always possible to provide one.

The issue tracker is available here: https:/kevin-brown/doac/issues

Contributing

Django OAuth2 Consumer is an open-source application which you can contribute to. We will provide instructions for those interested in the future.