pgAdmin 4 commit: Introduced OAUTH2_SCOPE variable for the Oauth2 scope - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Introduced OAUTH2_SCOPE variable for the Oauth2 scope
Date
Msg-id E1mKzil-0003lU-SK@gothos.postgresql.org
Whole thread Raw
List 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.rikken@alliander.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(-)


pgadmin-hackers by date:

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