Snider
1aeabfd32b
feat(auth): add SessionStore interface with SQLite persistence
...
Extract in-memory session map into SessionStore interface with two
implementations: MemorySessionStore (default, backward-compatible) and
SQLiteSessionStore (persistent via go-store). Add WithSessionStore
option, background cleanup goroutine, and comprehensive tests including
persistence verification and concurrency safety.
Phase 1: Session Persistence — complete.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 01:44:51 +00:00
Snider
5087f710c6
docs: add domain expert guide, task queue, and research notes
...
CLAUDE.md: architecture guide for auth/crypt/trust with algorithm reference
TODO.md: 4-phase task queue (hardening, sessions, key mgmt, policy)
FINDINGS.md: package inventory, security review flags, integration points
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 00:58:58 +00:00