List supported identity proof types in FEDERATION.md
This commit is contained in:
parent
dd8debd200
commit
cd22f52209
1 changed files with 5 additions and 0 deletions
|
@ -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
|
## Subscription events
|
||||||
|
|
||||||
Local actor profiles have `subscribers` property which points to the collection of actor's paid subscribers.
|
Local actor profiles have `subscribers` property which points to the collection of actor's paid subscribers.
|
||||||
|
|
Loading…
Reference in a new issue