]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/middlewares/activitypub.ts
Add HTTP signature check before linked signature
authorChocobozzz <me@florianbigard.com>
Fri, 19 Oct 2018 09:41:19 +0000 (11:41 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 19 Oct 2018 10:26:37 +0000 (12:26 +0200)
commit41f2ebae4f970932fb62d2d8923b1f776f0b1494
tree9e3f89e6363fc63e77d352f07956d1b6ff0cacda
parentd23e6a1c97a6ae3ca8d340a8c9adad268a5be57e
Add HTTP signature check before linked signature

It's faster, and will allow us to use RSA signature 2018 (with upstream
jsonld-signature module) without too much incompatibilities in the
peertube federation
package.json
server/helpers/activitypub.ts
server/helpers/peertube-crypto.ts
server/initializers/constants.ts
server/lib/job-queue/handlers/utils/activitypub-http-utils.ts
server/middlewares/activitypub.ts
server/middlewares/validators/activitypub/signature.ts
yarn.lock