Phase 6: SDK 化 — AuthContext 转为远程可调用 SDK #1
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?
目标
将 AuthContext 从 ThreadLocal 本地调用模式转为远程可调用的 SDK,支持独立部署后的跨服务鉴权。
关键点