django-mellon/mellon
Paul Marillonnet 1fa1541c02 views: use MELLON_OPENED_SESSION to anchor local session to the global session (#66747)
If the MELLON_OPENED_SESSION cookie change or disappear during an opened
session, the user is automatically logged out. If it changes after a
previous passive login try, passive login is allowed again.
2022-06-29 11:14:05 +02:00
..
locale/fr/LC_MESSAGES translation update 2022-03-25 09:02:58 +01:00
migrations drop and rename issuer field (#56819) 2021-09-15 16:55:59 +02:00
sessions_backends apply isort and pyupgrade (#55990) 2021-08-05 11:13:19 +02:00
static/mellon first commit 2014-04-30 14:34:39 +02:00
templates/mellon properly close meta refresh tag (#61020) 2022-01-24 16:57:02 +01:00
__init__.py misc: update missing-django message for Python 3 (#20925) 2017-12-30 11:53:31 +01:00
adapters.py use force_str only when necessary (#64309) 2022-04-20 09:54:54 +02:00
app_settings.py add MELLON_ASSERTION_CONSUMER_BINDINGS (#52063) 2021-08-05 15:57:39 +02:00
backends.py apply isort and pyupgrade (#55990) 2021-08-05 11:13:19 +02:00
middleware.py views: use MELLON_OPENED_SESSION to anchor local session to the global session (#66747) 2022-06-29 11:14:05 +02:00
models.py discard deprecated ugettext* i18n utils (#64309) 2022-04-20 09:52:47 +02:00
models_utils.py drop and rename issuer field (#56819) 2021-09-15 16:55:59 +02:00
urls.py use django3.2-compatible re_path urls util (#64309) 2022-04-20 09:54:05 +02:00
utils.py use force_str only when necessary (#64309) 2022-04-20 09:54:54 +02:00
views.py views: use MELLON_OPENED_SESSION to anchor local session to the global session (#66747) 2022-06-29 11:14:05 +02:00