mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
fix: 📝 Add instance hostnames to entity signatures
This commit is contained in:
parent
408a70756b
commit
a3c0d8eaa9
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Contains metadata about a Versia instance, such as capabilities and endpoints. {
|
|||
|
||||
## The `null` Author
|
||||
|
||||
On all entities that have an `author` field, the `author` can be `null` to represent the instance itself as the author (like ActivityPub's Server Actors). In this case, the instance's public key should be used to verify the entity.
|
||||
On all entities that have an `author` field, the `author` can be `null` to represent the instance itself as the author (like ActivityPub's Server Actors). In this case, the instance's public key should be used to verify the entity. To know which instance's public key to use, the entity signature should be used.
|
||||
|
||||
## Entity Definition
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue