File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.30.0 (2020-07-30)
5+ -------------------
6+ - SameSite cookie handled in a separate context (request.saml_session)
7+ - local logout happens even if SAML2 SLO have troubles
8+
490.20.0 (2020-06-29)
10+ -------------------
511- Bugfix: Always save newly created users when ATTRIBUTE_MAPPING is missing in the config
612- pySAML2 v5.3.0
713
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
2424
2525setup (
2626 name = 'djangosaml2' ,
27- version = '0.20 .0' ,
27+ version = '0.30 .0' ,
2828 description = 'pysaml2 integration for Django' ,
2929 long_description = read ('README.rst' ),
3030 classifiers = [
Original file line number Diff line number Diff line change 2626
2727INSTALLED_APPS = (
2828 'testprofiles' ,
29-
29+
3030 'django.contrib.admin' ,
3131 'django.contrib.auth' ,
3232 'django.contrib.contenttypes' ,
4545 'django.contrib.auth.middleware.AuthenticationMiddleware' ,
4646 'django.contrib.messages.middleware.MessageMiddleware' ,
4747 'django.middleware.clickjacking.XFrameOptionsMiddleware' ,
48+
49+ 'djangosaml2.middleware.SamlSessionMiddleware'
4850)
4951
5052ROOT_URLCONF = 'testprofiles.urls'
You can’t perform that action at this time.
0 commit comments