agnes-the-ai-analyst/app/auth
ZdenekSrotyr 7bada9f32b fix: force secure cookie in production, reduce max_age to 1 day
Use TESTING env var to detect production instead of relying on
request scheme, and align cookie max_age with JWT expiry (86400s).
2026-04-09 16:31:50 +02:00
..
providers fix: force secure cookie in production, reduce max_age to 1 day 2026-04-09 16:31:50 +02:00
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
dependencies.py fix: remove dead PRAGMA enable_wal code 2026-04-09 06:59:57 +02:00
jwt.py security: reduce JWT expiry to 24h and add jti claim 2026-04-09 06:57:23 +02:00
router.py fix: block /auth/token for OAuth-only users without password_hash 2026-04-09 16:29:47 +02:00