powerdns-admin/powerdnsadmin/routes
Nigel Kukard f44ff7d261 fix: fixed session clearing and let logout_user take care of cleanup
It seems when logging in and logging out, then logging back in, setting
the session timeout to 5 minutes, then waiting for expiry can cause
a situation when using SQLA-based sessions which results in a NULL field
in the database and causes a persistent 500 Internal Server Error.

As per issue 1439 here is a fix found by @raunz.

Resolves #1439.

Tested for about 8 hours and tons and tons of expired sessions, could not
reproduce with the fix applied.
2023-03-18 19:14:58 +00:00
..
__init__.py Revert "Revert "Merge pull request #1371 from AgentTNT/AdminLTE-Upgrade"" 2023-02-18 11:04:14 -05:00
admin.py Merge branch 'dev' into nkupdates-password-policy 2023-03-17 15:31:10 -04:00
api.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
base.py fix(auth:basic): Basic auth exception handling improvement 2023-03-15 01:09:46 +00:00
dashboard.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
domain.py Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
index.py fix: fixed session clearing and let logout_user take care of cleanup 2023-03-18 19:14:58 +00:00
user.py feat(authentication): check password policy during user profile password change 2023-03-17 03:45:37 +00:00