2026-07-20 09:04:57 +07:00
|
|
|
//! Filesystem-backed repository implementations for IAM entities.
|
|
|
|
|
//!
|
|
|
|
|
//! Implements domain repository traits using JSON file persistence for
|
|
|
|
|
//! sessions, OAuth tokens, and PID-file session locks.
|
|
|
|
|
|
|
|
|
|
pub mod oauth_repo;
|
|
|
|
|
pub mod session_lock_repo;
|
|
|
|
|
pub mod session_repo;
|