- Add setting for automatic user creation.
- Remove dsso parameters from the return url.
- Allow using the Dsso backend as a mixin.
- Allow bypassing the middleware by setting KLEIDES_DSSO_ENDPOINT to None.
- Add
request
arg toDssoLoginBackend
for Django 2.1.
- Add logging to help investigate problems.
- Add support for Django 1.10 style middleware.
- Check Django version for is_authenticated usage.
- Replace
sso_mapping
withdsso_mapping
in authenticate argument list.
- Initial release.