django-oidc-provider/oidc_provider
Dan Collins 972071e370 Add support for Django 2.1, drop support for Django < 1.11
Django 1.11 deprecated the django.contrib.auth.views.logout
function-based view, which django-oidc-provider relied on. This
patchset instead subclasses the new LogoutView.

LogoutView was introduced in Django 1.11. logout() was deprecated in
1.11 and removed in 2.1. Accordingly, this patch adds Django 2.1 to
CI and removes 1.8, 1.9, and 1.10.

Resolves #258
2018-08-01 14:13:11 -04:00
..
lib support introspection on client credentials tokens 2018-07-06 11:41:09 -05:00
locale Fix translations handling 2016-11-24 13:09:19 +01:00
management Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
migrations Remove the Resource model 2018-04-23 14:59:56 +01:00
static/oidc_provider/js Initial Session Management version. 2016-10-28 15:25:52 -03:00
templates/oidc_provider Fixed infinite callback loop in check-session iframe 2018-03-28 10:34:01 -04:00
tests Add support for Django 2.1, drop support for Django < 1.11 2018-08-01 14:13:11 -04:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Remove the Resource model 2018-04-23 14:59:56 +01:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
compat.py Update project to support Django 2.0 2018-02-01 14:00:57 -03:00
middleware.py Merge develop to v0.5.x (#179) 2017-05-05 05:19:57 +02:00
models.py Merge pull request #256 from q3aiml/client-credentials-introspection 2018-07-19 11:18:35 -03:00
settings.py fix settings to support falsy valued overrides 2018-07-03 13:17:10 -05:00
signals.py Add initial signals logic. 2016-12-01 16:20:34 -03:00
urls.py Add token introspection endpoint to satisfy https://tools.ietf.org/html/rfc7662 2018-04-23 10:47:01 +01:00
views.py Add support for Django 2.1, drop support for Django < 1.11 2018-08-01 14:13:11 -04:00