pgAdmin 4 commit: Fixed an issue where the error is shown on logout whe

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the error is shown on logout whe
Date: 2022-03-15 11:25:04
Message-ID: E1nU5IW-0002Yg-3q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the error is shown on logout when the authentication source is oauth2. Fixes #7059

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b6469bd35ac7a15eb4708a37e469c576bf4ef77
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_6_8.rst | 22 ++++++++++++++++++++++
web/pgadmin/authenticate/__init__.py | 5 +++++
3 files changed, 28 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-15 11:33:24 Re: [Patch] - Bug #7059 - pgAdmin throws internal server error for OAuth2 after some random idle time
Previous Message Akshay Joshi 2022-03-15 10:31:17 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React