v7.0.4
·
72 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Whats the change
- Improved authentication flow in gateway by replacing legacy JWT middleware with guard-based refresh/verification logic.
- Updated JWT expiration settings and reorganized auth constants for clearer token lifecycle management.
- Refactored shared internal HTTP client usage (gateway refresh path now uses HttpClientService) and simplified request/error handling.
- Enhanced proxy/client header management structure to make cross-service calls more consistent.
- Added global frontend error display with centralized handling, then moved it into shared frontend core architecture.
- Updated authentication architecture docs, links, and flow diagrams to reflect the latest gateway-layer design.