We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
+1 , BTW, this implies a refactor to not use psycopg2 but direct QGIS authentication methods.
cc @ponceta @dsavary @lbartoletti
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: