Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 601 Bytes

Authentication.md

File metadata and controls

14 lines (11 loc) · 601 Bytes

Authentication

SPQR currently supports these auth methods for backend auth:

Methods supported for frontend auth, the way they`re specified in config:

  • ok, same as trust
  • notok, opposite to ok
  • clear_text, same as password
  • md5
  • scram, same as scram-sha-256

For more information about authentication config, see pkg/config/auth.go