Skip to content

v7.0.4

Choose a tag to compare

@aoda-zhang aoda-zhang released this 13 Mar 07:46
· 72 commits to main since this release
Immutable release. Only release title and notes can be modified.
40e2c44

Whats the change

  1. Improved authentication flow in gateway by replacing legacy JWT middleware with guard-based refresh/verification logic.
  2. Updated JWT expiration settings and reorganized auth constants for clearer token lifecycle management.
  3. Refactored shared internal HTTP client usage (gateway refresh path now uses HttpClientService) and simplified request/error handling.
  4. Enhanced proxy/client header management structure to make cross-service calls more consistent.
  5. Added global frontend error display with centralized handling, then moved it into shared frontend core architecture.
  6. Updated authentication architecture docs, links, and flow diagrams to reflect the latest gateway-layer design.