Coverage for src/local_deep_research/web/auth/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.16.0, created at 2026-09-06 15:42 +0000
« prev ^ index » next coverage.py v7.16.0, created at 2026-09-06 15:42 +0000
1"""
2Authentication support for LDR with SQLCipher encryption: session
3manager, password utilities, and idle-connection cleanup.
5The FastAPI auth routes live in `web/routers/auth.py` plus
6`web/dependencies/auth.py`; this package holds the framework-agnostic
7pieces they build on.
8"""