Skip to main content

Module auth

Module auth 

Source
Expand description

Wire-protocol SCRAM-SHA-256 authentication errors.

Supports SCRAM-SHA-256 (Postgres 10+) as the primary authentication method. The AuthError here is specific to the wire protocol handshake — NOT the same as fraiseql_error::AuthError (domain) or fraiseql_auth::AuthError (OIDC/JWT middleware).

Re-exports§

pub use scram::ScramClient;
pub use scram::ScramError;

Modules§

scram
SCRAM-SHA-256 authentication implementation

Enums§

AuthError
Authentication error types