django-oidc-provider/oidc_provider
Nicolas Iooss 43d990c04d Use request.user.is_authenticated as a bool with recent Django (#216)
Django 1.10 changed request.user.is_authenticated from a function to a
boolean and Django 2.0 dropped the backward compatibility. In order to
use django-oidc-provider with Django 2.0, AuthorizeView needs to handle
request.user.is_authenticated as a boolean.
2017-12-14 18:28:55 +01:00
..
lib Fixed client id retrieval when aud is a list of str. (#210) 2017-11-09 12:05:20 +01: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 Add owner field to Client (#211) 2017-11-09 11:57:22 +01:00
static/oidc_provider/js Initial Session Management version. 2016-10-28 15:25:52 -03:00
templates/oidc_provider Initial Session Management version. 2016-10-28 15:25:52 -03:00
tests Fixed client id retrieval when aud is a list of str. (#210) 2017-11-09 12:05:20 +01:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Add owner field to Client (#211) 2017-11-09 11:57:22 +01:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
middleware.py Merge develop to v0.5.x (#179) 2017-05-05 05:19:57 +02:00
models.py Add owner field to Client (#211) 2017-11-09 11:57:22 +01:00
settings.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
signals.py Add initial signals logic. 2016-12-01 16:20:34 -03:00
urls.py Fix Django 2.0 deprecation warnings (#185) 2017-08-10 11:38:50 +02:00
views.py Use request.user.is_authenticated as a bool with recent Django (#216) 2017-12-14 18:28:55 +01:00