busya
590b09f587
refactor(agent): use local JWT decoder instead of src.core.auth.jwt
Replace src.core.auth.jwt import with lightweight _jwt_decoder.py that
uses jose.jwt directly with JWT_SECRET env var. Avoids pulling AuthConfig
→ AUTH_DATABASE_URL/SECRET_KEY validators → SQLAlchemy models into agent.
Removed: AUTH_SECRET_KEY, AUTH_DATABASE_URL from agent compose env.
Removed: src/core/auth/ copies from Dockerfile.agent COPY section.
Added: src/agent/_jwt_decoder.py — stateless JWT validation.
2026-07-06 13:37:08 +03:00
..
2026-07-06 08:55:11 +03:00
2026-07-06 10:06:07 +03:00
2026-07-06 10:06:07 +03:00
2026-06-01 16:34:07 +03:00
2026-07-06 13:37:08 +03:00
2026-06-18 18:37:11 +03:00
2026-07-04 17:05:51 +03:00
2026-05-18 10:36:58 +03:00
2026-05-20 09:59:03 +03:00