1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Update http signature

This commit is contained in:
Chocobozzz 2020-01-07 15:24:27 +01:00
parent 7cde3b9c2e
commit e92269053e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 29 additions and 9 deletions

View file

@ -20,6 +20,8 @@ async function processActivityPubHttpUnicast (job: Bull.Job) {
const body = await computeBody(payload)
const httpSignatureOptions = await buildSignedRequestOptions(payload)
logger.info('hello', { httpSignatureOptions })
const options = {
method: 'POST',
uri,