Phase 7: 网关集成 — API 网关注入请求头替代 ThreadLocal #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
在 API 网关层统一注入鉴权信息到请求头,替代当前通过 ThreadLocal 传递 AuthContext 的方式。
优势