Skip to main content

Module user_store

Module user_store 

Source
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ยง

UserStore
Thread-safe, JSON-backed store for user accounts.