Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication mechanisms for fraiseql-wire

Supports SCRAM-SHA-256 (Postgres 10+) as the primary authentication method.

Re-exports§

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

Modules§

scram
SCRAM-SHA-256 authentication implementation

Enums§

AuthError
Authentication error types