dahlia / fedify

ActivityPub server framework in TypeScript
https://fedify.dev/
MIT License
493 stars 19 forks source link

Multi-key support for actors #55

Closed dahlia closed 3 months ago

dahlia commented 4 months ago

Currently, actors can own only an RSA key, but to adopt alternative crypto suites (e.g., ECDSA, Ed25519) in the future, we need to support multiple keys for the smooth migration path.