Available Methods
Configuration
Authentication is configured in yourpgconsole.toml file. Add an [auth] section and [[users]] entries:
pgconsole.toml
password field can sign in with email/password. Users without a password field are SSO-only — they must sign in via an OAuth provider.
See Authentication and Users in the configuration reference for all available fields.
Disabling Authentication
To run pgconsole without authentication (not recommended for production), simply omit the[auth] section from your configuration file.