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-05-25 08:36:33 +03:00
2026-06-11 19:12:49 +03:00
2026-05-17 14:18:02 +03:00
2026-07-06 13:37:08 +03:00
2026-07-06 10:06:07 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-06-15 17:31:43 +03:00
2026-06-16 09:34:10 +03:00
2026-07-04 15:01:23 +03:00
2026-06-01 16:34:07 +03:00
2026-07-06 01:22:39 +03:00
2026-07-06 01:22:39 +03:00
2026-07-06 12:13:26 +03:00
2026-07-06 10:06:07 +03:00
2026-06-29 17:15:25 +03:00
2026-07-06 10:06:07 +03:00
2026-07-06 10:06:07 +03:00
2026-07-06 10:06:07 +03:00
2026-05-20 23:54:53 +03:00
2026-05-14 11:20:17 +03:00