agnes-the-ai-analyst/app/auth
ZdenekSrotyr 5fe177c309 feat: add audit logging for authentication events
Log token_created, login_failed, and bootstrap_completed events via
AuditRepository. Extracts a shared _audit() helper that swallows
errors so audit failures never block auth. Also tightens password
verification to catch VerifyMismatchError specifically and log
unexpected errors at 500 rather than silently swallowing them.
2026-04-09 18:42:38 +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 feat: add audit logging for authentication events 2026-04-09 18:42:38 +02:00