Skip to main content

Crate skeg_server_tenant

Crate skeg_server_tenant 

Source
Expand description

Multi-tenant wrapper for skeg-server.

Implements skeg_server::TenantBackend on top of the skeg-tenant primitives (auth store, tenant ids, argon2 password hashing), plus a persisted per-tenant quota store an admin writes via SKEG.QUOTA.SET.

Structsยง

AuthStoreBackend
TenantBackend implementation backed by an on-disk auth.kdb (identity) and a sidecar quota store (per-tenant limits).