Skip to main content

Module tenant

Module tenant 

Source
Expand description

Multi-tenant support for native multi-tenant deployments. Multi-tenant support for AuthFramework

This module provides native multi-tenant capabilities, allowing multiple isolated authentication and authorization contexts to coexist within the same process with complete data isolation.

Re-exports§

pub use context::TenantContext;
pub use context::TenantId;
pub use context::TenantMetadata;
pub use registry::TenantRegistry;
pub use registry::TenantRegistryError;

Modules§

context
Tenant context and identity management
registry
Tenant registry for managing multiple tenant instances

Structs§

TenantRegistryBuilder
Builder for creating TenantRegistry instances