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 Postgres wire-protocol handshake
and is orthogonal to fraiseql_auth::AuthError (OIDC/JWT middleware).
Re-exports§
pub use scram::ScramClient;pub use scram::ScramError;
Modules§
- scram
- SCRAM-SHA-256 authentication implementation
Enums§
- Auth
Error - Authentication error types