Expand description
Core library for the Tuitbot autonomous X growth assistant.
This crate contains all business logic including configuration management, error types, startup helpers, and shared types used by the CLI binary. Authentication module for Tuitbot.
Provides passphrase-based authentication and session management for web/LAN access. Bearer tokens remain the primary auth method for Tauri desktop and API clients.
Modulesยง
- error
- Authentication error types.
- passphrase
- Passphrase generation and verification.
- session
- Session management backed by SQLite.