Expand description
Authentication framework for BSV SDK.
Implements BRC-31 Authrite mutual authentication protocol with session management, certificate handling, and authenticated transports.
Re-exports§
pub use error::AuthError;pub use session_manager::SessionManager;pub use types::*;
Modules§
- certificates
- Certificate hierarchy for auth module.
- error
- Error types for the auth module.
- session_
manager - Session management for the BRC-31 authentication protocol.
- transports
- Transport abstractions for the BRC-31 authentication protocol.
- types
- Core types for the auth module.
- utils
- Auth utility functions.