go-crypt/auth
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
..
auth.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00
auth_test.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00
session_store.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00
session_store_sqlite.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00
session_store_test.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00