Many thanks for contributions to @jlunger-arcweb
- IDP-initiated login
- Example project extended with IDP-initiated login and improved docs on it
Many thanks for contributions to @peppelinux, @saundersmatt, @JosephKiranBabu
- Python 3 support
- Django 2.x supported. Tested with 2.0 and 2.1
- Added some docstring on certain methods
- Added decorators to the views to restrict allowed HTTP methods, and disable browser caching of the views.
- Multi Factor Authentication: view is now a Class-Based View for easier subclassing. Functionality remains the same, so users who have implemented their own view with this name will not break.
- Updated certificates included in the example project
- Reworked login process view to a CBV.
- Small updates to example project to show where you are in the browser.
- Python 2 support
- Django < 2.x support
Many thanks for contributions to @goetzk
- Multi factor authentication