Go to file
Mikela Clemmons 4269205c3f added DiscoverRunner for django 1.7 and above 2014-09-21 10:42:27 -07:00
docs Use `constants` instead of going directly through settings when invalidating tokens and grants. This also replaces 'clean' with 'delete' for the new setting to be more clear as to what's being done under the hood. 2013-11-05 15:17:44 -08:00
provider fixed views to use content type 2014-08-25 12:42:35 -07:00
tests added DiscoverRunner for django 1.7 and above 2014-09-21 10:42:27 -07:00
.gitignore Better .gitignore file 2013-03-02 00:00:26 +01:00
.travis.yml Removing django 1.3 from tox and travis-ci matrices since it's no longer officially supported. 2013-12-18 12:29:47 -08:00
LICENSE Initial commit 2012-01-18 17:03:41 +00:00
MANIFEST.in #29 - Remove trailing slash that was causing installs to fail on Windows. 2013-10-25 16:23:16 -07:00
README.rst Adding a License section to README. 2013-10-25 19:01:33 -07:00
manage.py Added manage.py for testing purposes 2013-01-17 16:19:17 +00:00
requirements.txt added updated to req and setup and test 2014-08-25 13:03:36 -07:00
setup.py added updated to req and setup and test 2014-08-25 13:03:36 -07:00
test.sh added updated to req and setup and test 2014-08-25 13:03:36 -07:00
tox.ini removed django-dev with 2.6 2014-08-25 13:30:46 -07:00

README.rst

django-oauth2-provider
======================

.. image:: https://travis-ci.org/caffeinehit/django-oauth2-provider.png?branch=master

*django-oauth2-provider* is a Django application that provides
customizable OAuth2\-authentication for your Django projects.

`Documentation <http://readthedocs.org/docs/django-oauth2-provider/en/latest/>`_

`Help <https://groups.google.com/d/forum/django-oauth2-provider>`_

License
=======

*django-oauth2-provider* is released under the MIT License. Please see the LICENSE file for details.