pg-history-viewer icon indicating copy to clipboard operation
pg-history-viewer copied to clipboard

Add support for authentication database

Open posikifi opened this issue 3 years ago • 2 comments

Hi!

It seems to me that only Basic Authentication method of QGIS is supported. Is it possible to add also support for QGIS autentication database?

QGIS 3.18.1 on Ubuntu 20.04 with Postresql 12 and PostGIS 3.0

P

posikifi avatar May 05 '21 08:05 posikifi

+1 , BTW, this implies a refactor to not use psycopg2 but direct QGIS authentication methods.

cc @ponceta @dsavary @lbartoletti

haubourg avatar May 05 '21 12:05 haubourg

This is true for many QGIS plugins (pum, ...), we should be able to use standard QGIS auth methods when we develop qgis python plugins.

We face also the bug that the authcfg is not supported too.

image

ponceta avatar Jan 30 '23 12:01 ponceta