SPQR currently supports these auth methods for backend auth:
trust
, see Trust Authentication.password
,md5
andscram-sha-256
, see Password Authentcation.
Methods supported for frontend auth, the way they`re specified in config:
ok
, same astrust
notok
, opposite took
clear_text
, same aspassword
md5
scram
, same asscram-sha-256
For more information about authentication config, see pkg/config/auth.go