agnes-the-ai-analyst/app/auth
ZdenekSrotyr 3321d2e266 security: reduce JWT expiry to 24h and add jti claim
Tokens previously lasted 30 days with no revocation path. Expiry is now
24 hours and every token carries a unique jti (UUID hex) to support future
revocation checks.
2026-04-09 06:57:23 +02:00
..
providers security: fix auth (argon2, cookie, JWT), CORS, session middleware, pyproject.toml 2026-04-08 12:08:52 +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 security: fix auth (argon2, cookie, JWT), CORS, session middleware, pyproject.toml 2026-04-08 12:08:52 +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: require password verification when user has password_hash in /auth/token 2026-04-09 06:44:31 +02:00