pgAdmin 4 commit: Introduced OAUTH2_SCOPE variable for the Oauth2 scope

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Introduced OAUTH2_SCOPE variable for the Oauth2 scope
Date: 2021-08-31 09:06:19
Message-ID: E1mKzil-0003lU-SK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Introduced OAUTH2_SCOPE variable for the Oauth2 scope configuration. Fixes #6627

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d13d2c6dda62ae7b12f41515960cb5762a654433
Author: Nico Rikken <nico(dot)rikken(at)alliander(dot)com>

Modified Files
--------------
docs/en_US/oauth2.rst | 1 +
docs/en_US/release_notes_5_7.rst | 1 +
web/config.py | 3 +++
web/pgadmin/authenticate/oauth2.py | 4 +++-
web/pgadmin/browser/tests/test_oauth2_with_mocking.py | 1 +
5 files changed, 9 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-31 09:07:12 Re: [pgAdmin][PATCH] Add OAUTH2_SCOPE variable for scope configuration
Previous Message Akshay Joshi 2021-08-31 08:39:44 Re: [pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab