mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
The integration tests hardcoded the old default JWT secret while .env sets a different JWT_SECRET, causing all authenticated requests to fail with 401. Use auth.JWTSecret() so tests stay in sync with the server. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>