Skip to main content
pgconsole supports multiple authentication methods to secure access to your database console.

Available Methods

Configuration

Authentication is configured in your pgconsole.toml file. Add an [auth] section and [[users]] entries:
pgconsole.toml
Users with a 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.