Expand description
File-based user store for authentication.
Provides a thread-safe, JSON-backed store for user accounts.
Users are stored in {storage_dir}/users.json and accessed via
username or UUID lookups.
Structsยง
- User
Store - Thread-safe, JSON-backed store for user accounts.