Phase 6: SDK 化 — AuthContext 转为远程可调用 SDK #1

Open
opened 2026-08-09 14:22:22 +08:00 by figmar · 0 comments
Owner

目标

将 AuthContext 从 ThreadLocal 本地调用模式转为远程可调用的 SDK,支持独立部署后的跨服务鉴权。

关键点

  • 提取 AuthContext 为独立 SDK 模块
  • 提供 HTTP/RPC 远程调用接口
  • 兼容现有调用方式,提供平滑迁移路径
## 目标 将 AuthContext 从 ThreadLocal 本地调用模式转为远程可调用的 SDK,支持独立部署后的跨服务鉴权。 ## 关键点 - 提取 AuthContext 为独立 SDK 模块 - 提供 HTTP/RPC 远程调用接口 - 兼容现有调用方式,提供平滑迁移路径
figmar added this to the apes-Authon project 2026-08-09 14:26:40 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: apes-Arise/apes-Authon-Server#1