pgAdmin 4 commit: Fixed CSRF errors for stale sessions by increasing th

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed CSRF errors for stale sessions by increasing th
Date: 2021-07-15 12:19:52
Message-ID: E1m40LI-0002eQ-Go@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed CSRF errors for stale sessions by increasing the session expiration time for desktop mode. Fixes #6369

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0727cc5323530ea876e8427f2bc9c9dab8012ef
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_6.rst | 1 +
web/config.py | 4 ++
.../tests/test_set_session_expiration_time.py | 49 ++++++++++++++++++++++
3 files changed, 54 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-07-15 12:20:34 Re: Translators: Release next week
Previous Message Akshay Joshi 2021-07-15 12:01:21 pgAdmin 4 commit: Tag REL-5_5 has been created.