Expand description
Authentication module for Eidetica
This module provides cryptographic authentication, hierarchical permissions, and User Authentication Trees while maintaining integration with the existing CRDT and Merkle-DAG infrastructure.
Re-exports§
pub use errors::AuthError;pub use validation::AuthValidator;pub use crypto::*;pub use permission::*;pub use settings::*;pub use types::*;
Modules§
- crypto
- Cryptographic operations for Eidetica authentication
- errors
- Authentication error types for the Eidetica library.
- permission
- Permission clamping logic for delegated trees
- settings
- Authentication settings management for Eidetica
- types
- Authentication type definitions for Eidetica
- validation
- Authentication validation for Eidetica