From 070f1f3c6ee3188e1b16236366877c1c243601c1 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 9 May 2020 08:21:42 +0900 Subject: APリファクタとLD-Signatureの検証に対応 (#6300) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * DbResolver * inbox types * 認証順を変更 * User/Keyあたりをまとめる * LD-Signatue * Validate contexts url * LD-Signature DocumentLoaderにProxyとTimeout --- src/@types/http-signature.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/@types') diff --git a/src/@types/http-signature.d.ts b/src/@types/http-signature.d.ts index 6366b2addd..8d484312dc 100644 --- a/src/@types/http-signature.d.ts +++ b/src/@types/http-signature.d.ts @@ -19,10 +19,12 @@ declare module 'http-signature' { clockSkew?: number; } - interface IParsedSignature { + interface IParsedSignature { scheme: string; params: ISignature; signingString: string; + algorithm: string; + keyId: string; } type RequestSignerConstructorOptions = -- cgit v1.2.3-freya