Skip to content

rajeevnith/django-oauth2-provider

 
 

Repository files navigation

django-oauth2-provider

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. The current version does not work with Django 1.9.7. So I created this fork which is compatible with latest available version of Django i.e1.9.7.

Add following line in your requirements.txt to use this package

git+https://github.com/rajeevnith/django-oauth2-provider.git#egg=django-oauth2-provider

Or install using pip as following

pip install git+https://github.com/rajeevnith/django-oauth2-provider.git#egg=django-oauth2-provider

Documentation

Help

License

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • HTML 1.2%
  • Shell 0.3%