Skip to main content

Module security

Module security 

Source
Expand description

Namespace security configuration.

Historically this module hosted NamespaceAccessManager + TokenStore: a single-token-per-namespace auth layer with a bespoke on-disk schema. That implementation was superseded by crate::auth::AuthManager, which provides per-token scopes, namespace ACLs, argon2id-hashed storage, and rotation.

What remains here is the runtime-configuration struct consumed by crate::ServerConfig. The rest of the legacy surface was deleted along with the Track C migration (v0.6.0). If you are looking for “how do I check access to a namespace?” — go to crate::auth::AuthManager.

Vibecrafted with AI Agents by Loctree (c)2024-2026 The LibraxisAI Team

Structs§

NamespaceSecurityConfig
Configuration for namespace security (token-based access control).