mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Finish InstanceMetadata rename
This commit is contained in:
parent
290b6f96e9
commit
94f437f539
7 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ Versia uses cryptographic signatures to ensure the integrity and authenticity of
|
|||
|
||||
A signature consists of a series of headers in an HTTP request. The following headers are used:
|
||||
- **`X-Signature`**: The signature itself, encoded in base64.
|
||||
- **`X-Signed-By`**: URI of the user who signed the request, [or the string `instance` to represent the instance](/entities/server-metadata#the-null-author).
|
||||
- **`X-Signed-By`**: URI of the user who signed the request, [or the string `instance` to represent the instance](/entities/instance-metadata#the-null-author).
|
||||
- **`X-Nonce`**: A random string generated by the client. This is used to prevent replay attacks.
|
||||
|
||||
Signatures are **required on ALL federation traffic**. If a request does not have a signature, it **MUST** be rejected. Specifically, signatures must be put on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue