tuitbot-core 0.1.47

Core library for Tuitbot autonomous X growth assistant
Documentation
1
2
3
4
5
6
7
8
9
//! 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.

pub mod error;
pub mod passphrase;
pub mod session;