Skip to main content

Module auth

Module auth 

Source
Expand description

Server-side authentication manager using SCRAM SHA-256.

Manages user records, in-flight SCRAM handshakes, and active bearer tokens.

Modules§

users
TOML-based user store for SCRAM authentication.

Structs§

AuthManager
Server-side authentication manager.
AuthUser
An authenticated user with associated permissions.