发布

  • refactor(auth): simplify home auth session management and remove ref counting

    frostbyte_neo 发布于 2026-05-10 07:21:33 +00:00

    • Consolidated homeRuntimeAuths to store a map of session-scoped auth maps, replacing homeRuntimeAuthSessions and homeRuntimeAuthRefs.
    • Adjusted session cleanup logic to directly remove session-scoped auths without reference counting.
    • Added GetExecutionSessionAuthByID to retrieve auths scoped to a specific execution session.
    • Updated tests to reflect the new session-scoped caching behavior.
    下载附件