AP Signatureヘッダの特殊処理を削除 (#5628)
This commit is contained in:
parent
05a15afadb
commit
fe9371f06c
2 changed files with 0 additions and 7 deletions
|
|
@ -26,8 +26,6 @@ const router = new Router();
|
|||
function inbox(ctx: Router.RouterContext) {
|
||||
let signature;
|
||||
|
||||
ctx.req.headers.authorization = `Signature ${ctx.req.headers.signature}`;
|
||||
|
||||
try {
|
||||
signature = httpSignature.parseRequest(ctx.req, { 'headers': [] });
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue