mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
0c9c04f89d
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](
|
||
---|---|---|
.. | ||
backend | ||
client | ||
iceshrimp-js | ||
sw | ||
meta.json | ||
README.md |
📦 Packages
This directory contains all of the packages Iceshrimp uses.
backend
: Main backend code written in TypeScript for NodeJSclient
: Web interface written in Vue3 and TypeScriptsw
: Web Service Worker written in TypeScripticeshrimp-js
: TypeScript SDK for both backend and client, also published on NPM for public use