update @misskey-dev/node-http-message-signatures
This commit is contained in:
parent
e4f70f017e
commit
a405b62827
6 changed files with 30 additions and 28 deletions
|
|
@ -104,7 +104,7 @@ export class InboxProcessorService {
|
|||
|
||||
// HTTP-Signatureの検証
|
||||
const errorLogger = (ms: any) => this.logger.error(ms);
|
||||
const httpSignatureValidated = verifyDraftSignature(signature, authUser.key.keyPem, errorLogger);
|
||||
const httpSignatureValidated = await verifyDraftSignature(signature, authUser.key.keyPem, errorLogger);
|
||||
this.logger.debug('Inbox message validation: ', {
|
||||
userId: authUser.user.id,
|
||||
userAcct: Acct.toString(authUser.user),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue