-
feat(auth, interceptor, jshandler): add post-auth request interceptors and enhance format handling
发布于
2026-06-10 12:58:59 +00:00 | 651 次提交 在此版本后已推送到 main- Introduced
applyRequestAfterAuthInterceptorto modify requests after credential selection and before executor translation. - Added
InterceptRequestAfterAuthmethod across plugin adapters with corresponding tests for context validation. - Enhanced format resolution logic (
requestToFormat) to support additional providers and formats. - Updated JavaScript handler to include a new
on_after_auth_requesthook for post-auth request handling. - Refactored interceptor methods for clarity and better encapsulation of request/response lifecycles.
下载附件
- Introduced