Go to file
Eleni Lixourioti 3a6a844259 Fix get_access_token failing on single tracker mode after token refresh (#70). 2014-03-17 13:58:13 +00: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 Fix get_access_token failing on single tracker mode after token refresh (#70). 2014-03-17 13:58:13 +00:00
tests Added manage.py for testing purposes 2013-01-17 16:19:17 +00: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 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
setup.py Addressing #28 by replacing the BSD license reference with MIT to match what's in the repo. 2013-10-25 15:44:46 -07:00
test.sh Fixing silly bug in test wrapper's django version detection. 2013-12-18 12:28:36 -08:00
tox.ini 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

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.