Releases: IdentityPython/djangosaml2
Releases · IdentityPython/djangosaml2
v1.5.8
v1.5.7
Release notes
- Split authenticate into separate overridable function @marcelkornblum (#374)
v1.5.6
Release notes
- Fix XSS in the idp url parameter [cleanup] @brianvans (#370)
- typo: [Documentation] xmlsec1 @peppelinux (#363)
- xmlsec package is xmlsec1 @Erik-J-D (#362)
v1.5.5
v1.5.4
v1.5.3
v1.5.2
Release notes
- Remove occurrences of my old nonexistent email address @lorenzogil (#342)
- Fix typo @cclauss (#339)
v1.5.1
What's Changed
- bumped pyupgrade python target version to 3.7 by @g-as in #330
- chore: some CI improvements by @peppelinux in #331
- Django 4.1 compat by @g-as in #337:
- default_app_config was removed.
- next_page on LOGOUT removed
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Release notes
- BREAKING CHANGE: Drop python 3.6 and django 2.2/3.1 @g-as (#329)
- Fix typo in PySAML2 example configuration @martin-mueller-cemas (#328)