-
refactor(auth): simplify home auth session management and remove ref counting
发布于
2026-05-10 07:21:33 +00:00 - Consolidated
homeRuntimeAuthsto store a map of session-scoped auth maps, replacinghomeRuntimeAuthSessionsandhomeRuntimeAuthRefs. - Adjusted session cleanup logic to directly remove session-scoped auths without reference counting.
- Added
GetExecutionSessionAuthByIDto retrieve auths scoped to a specific execution session. - Updated tests to reflect the new session-scoped caching behavior.
下载附件
- Consolidated