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§
- Auth
Manager - Server-side authentication manager.
- Auth
User - An authenticated user with associated permissions.