use http-signature module that supports hs2019 (#8635)

This commit is contained in:
Johann150 2022-05-26 02:12:17 +02:00 committed by GitHub
parent b3ad04fcb0
commit 9c80403072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
import Router from '@koa/router';
import json from 'koa-json-body';
import httpSignature from 'http-signature';
import httpSignature from '@peertube/http-signature';
import { renderActivity } from '@/remote/activitypub/renderer/index.js';
import renderNote from '@/remote/activitypub/renderer/note.js';