Hi Florian,
As Dave mentioned, we use the user's password as an encryption key for
saving Postgres passwords, and we do so by maintaining KeyManager. As for
OAuth implementation, you do not have a password, you need to bypass this
step ( and that is the reason you are being redirected to the login
Hi
On Mon, Mar 29, 2021 at 9:21 AM Florian Sabonchi wrote:
> Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have
> the error that I am redirected back to the home page. Unfortunately I
> could not find this error, what surprises me is that
> current_user.is_authenticated is s
Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have
the error that I am redirected back to the home page. Unfortunately I
could not find this error, what surprises me is that
current_user.is_authenticated is set to True. For this reason I just
wanted to ask maybe someone kno