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ยง
- Auth
Store Backend TenantBackendimplementation backed by an on-diskauth.kdb(identity) and a sidecar quota store (per-tenant limits).