gcx/frontend/admin-web/src
hailin 6236ff3632 fix(auth): 将 JWT access token 有效期从 15m 改为 24h
上传大文件(如 53.7MB APK/IPA)时,若 access token 在上传过程中
到期,服务端返回 401,导致前端被迫重传整个文件(极差 UX)。
实际业务场景下 15m 过短,统一改为 24h。

涉及文件:
- backend/services/auth-service/src/application/services/token.service.ts
- backend/services/auth-service/src/auth.module.ts
- backend/services/auth-service/.env.example
- backend/.env.example
- backend/docker-compose.yml(两处)
- backend/deploy.sh
- frontend/admin-web/src/views/compliance/IpoReadinessPage.tsx(移除废弃 insuranceData)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 08:06:37 -08:00
..
app refactor(admin-web): 实现 Clean Architecture + Zustand + Redux Toolkit 2026-03-04 19:18:20 -08:00
application/use-cases fix(admin-web): route parse/register through use-cases to satisfy no-restricted-imports 2026-03-07 07:34:34 -08:00
domain feat(upload): parse=upload+save+metadata, register=JSON only — no double upload 2026-03-07 07:19:28 -08:00
i18n fix(admin-web): remove double-upload on app version page 2026-03-06 10:11:07 -08:00
infrastructure feat(upload): parse=upload+save+metadata, register=JSON only — no double upload 2026-03-07 07:19:28 -08:00
layouts fix(admin-web): 补回 AdminLayout useState import 2026-03-04 19:20:05 -08:00
lib refactor(admin-web): 实现 Clean Architecture + Zustand + Redux Toolkit 2026-03-04 19:18:20 -08:00
store feat(upload): parse=upload+save+metadata, register=JSON only — no double upload 2026-03-07 07:19:28 -08:00
styles feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00
views fix(auth): 将 JWT access token 有效期从 15m 改为 24h 2026-03-07 08:06:37 -08:00