43d990c04d
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. |
||
---|---|---|
.. | ||
lib | ||
locale | ||
management | ||
migrations | ||
static/oidc_provider/js | ||
templates/oidc_provider | ||
tests | ||
__init__.py | ||
admin.py | ||
apps.py | ||
middleware.py | ||
models.py | ||
settings.py | ||
signals.py | ||
urls.py | ||
views.py |