debian-django-oauth2-provider/provider
Mikela Clemmons cc06cf0b26 fixed views to use content type 2014-08-25 12:42:35 -07:00
..
compat Fix migrations for custom user model 2013-03-26 10:09:28 -03:00
oauth2 added app_label 2014-08-25 10:39:30 -07:00
templates/provider Django 1.5 compatibility 2013-01-16 13:39:00 +00:00
templatetags Lots of cleanup and linting. This also changes the capture/authorize URL patterns to be a little more semantic, but breaks backwards compatibility. Authorization flow now works from authorize form submit. Fixes a few error_response issues. 2013-01-08 17:12:10 -08:00
tests #51 #53 - Support for model serialization/deserialization. This addresses the issues in Django 1.6 involving new session storage backend behavior. 2013-11-21 14:26:02 -06:00
__init__.py Bumping version to 0.2.7-dev to avoid ambiguity in an established package. 2013-10-25 15:23:50 -07:00
constants.py 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
forms.py Update the draft references with the released rfc6749 2013-03-01 23:48:01 +01:00
models.py Initial commit 2012-01-18 17:03:41 +00:00
scope.py Lots of cleanup and linting. This also changes the capture/authorize URL patterns to be a little more semantic, but breaks backwards compatibility. Authorization flow now works from authorize form submit. Fixes a few error_response issues. 2013-01-08 17:12:10 -08:00
sphinx.py Update the draft references with the released rfc6749 2013-03-01 23:48:01 +01:00
urls.py Making progress. Don't look! 2012-01-20 16:24:23 +00:00
utils.py #55 - Fallback to simplejson in older versions of Django. 2013-11-26 09:56:11 -08:00
views.py fixed views to use content type 2014-08-25 12:42:35 -07:00