File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ v.1.1.2 (2021-04-11)
5
+ --------------------
6
+
7
+ - fix: idp hinting invalid import
8
+
9
+
10
+ v.1.1.1 (2021-04-05)
11
+ --------------------
12
+
13
+ - Read the docs
14
+ - Information exposure mitigation on SSO login view
15
+
16
+
17
+ v.1.1.0 (2021-04-01)
18
+ --------------------
19
+
20
+ - feature: Idp Hinting
21
+ - params: SAML_DEFAULT_BINDING for SSO
22
+ - code cleanup in SSO
23
+
24
+
4
25
v.1.0.5 (2021-03-05)
5
26
--------------------
6
27
- code linting, cleanup. Not enough but better than before
Original file line number Diff line number Diff line change 20
20
21
21
from django .conf import settings
22
22
from django .core .exceptions import ImproperlyConfigured
23
- from django .http import HttpResponseRedirect
23
+ from django .http import HttpResponse , HttpResponseRedirect
24
24
from django .utils .http import is_safe_url
25
25
from saml2 .config import SPConfig
26
26
from saml2 .s_utils import UnknownSystemEntity
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
24
24
25
25
setup (
26
26
name = 'djangosaml2' ,
27
- version = '1.1.1 ' ,
27
+ version = '1.1.2 ' ,
28
28
description = 'pysaml2 integration for Django' ,
29
29
long_description = read ('README.md' ),
30
30
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments