From cd22f522096617f7c5a2a98b38d9ffe7a17d78bb Mon Sep 17 00:00:00 2001 From: silverpill Date: Sun, 13 Nov 2022 22:18:04 +0000 Subject: [PATCH] List supported identity proof types in FEDERATION.md --- FEDERATION.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FEDERATION.md b/FEDERATION.md index 2ac8929..3805eca 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -61,6 +61,11 @@ Identity proofs are represented as attachments of `IdentityProof` type: } ``` +Supported proof types: + +- EIP-191 (Ethereum personal signatures) +- [Minisign](https://jedisct1.github.io/minisign/) + ## Subscription events Local actor profiles have `subscribers` property which points to the collection of actor's paid subscribers.