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:
parent
7cde3b9c2e
commit
e92269053e
6 changed files with 29 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue