feat(rpc): add the signed subject-context token
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,3 +22,11 @@ export { RPC_ERROR_CODES, ServiceError, failure, isRetryableStatus, success } fr
|
||||
export type { RpcErrorCode, ToResultOptions } from "./errors.ts";
|
||||
|
||||
export { defineService, procedure, ProcedureBuilder } from "./contract.ts";
|
||||
|
||||
export {
|
||||
RPC_IDENTITY_HEADER,
|
||||
exportSubjectContext,
|
||||
importSubjectContext,
|
||||
rpcSecret,
|
||||
} from "./identity.ts";
|
||||
export type { ExportOptions, SubjectContext } from "./identity.ts";
|
||||
|
||||
Reference in New Issue
Block a user