trashposs/packages
Erin Shepherd 0c9c04f89d
[backend] Refetch user keys when HTTP Signature validation fails
If a user has had a key rotation, and nobody on this server follows
that user, we will not receive the Update activity with the new key

Therefore, when we encounter key validation errors we should check
for an up-to-date key.

References (other implementations):

 * [Mastodon](fc9ab61448/app/controllers/concerns/signature_verification.rb (L96))
 * [Akkoma](https://akkoma.dev/AkkomaGang/http_signatures/src/branch/main/lib/http_signatures/http_signatures.ex#L46)
2023-10-17 00:52:51 +02:00
..
backend [backend] Refetch user keys when HTTP Signature validation fails 2023-10-17 00:52:51 +02:00
client [backend] Resync migrations with TypeORM 2023-10-14 15:23:35 +02:00
iceshrimp-js [backend] Automatically generate vapid/web-push keys 2023-10-13 19:23:36 +02:00
sw Use build:debug and custom build environment docker image for CI 2023-08-30 17:59:16 +02:00
meta.json
README.md Remove megalodon 2023-10-05 14:36:14 +02:00

📦 Packages

This directory contains all of the packages Iceshrimp uses.

  • backend: Main backend code written in TypeScript for NodeJS
  • client: Web interface written in Vue3 and TypeScript
  • sw: Web Service Worker written in TypeScript
  • iceshrimp-js: TypeScript SDK for both backend and client, also published on NPM for public use