mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 🚚 Do full rename of Lysand to Versia
This commit is contained in:
parent
a106e7acef
commit
6414337a30
21 changed files with 88 additions and 88 deletions
|
|
@ -1,12 +1,12 @@
|
|||
export const metadata = {
|
||||
title: 'Signatures',
|
||||
description:
|
||||
'Learn how signatures work, and how to implement them in your Lysand server.',
|
||||
'Learn how signatures work, and how to implement them in your Versia server.',
|
||||
}
|
||||
|
||||
# Signatures
|
||||
|
||||
Lysand uses cryptographic signatures to ensure the integrity and authenticity of data. Signatures are used to verify that the data has not been tampered with and that it was created by the expected user. {{ className: 'lead' }}
|
||||
Versia uses cryptographic signatures to ensure the integrity and authenticity of data. Signatures are used to verify that the data has not been tampered with and that it was created by the expected user. {{ className: 'lead' }}
|
||||
|
||||
<Note>
|
||||
This part is very important! If signatures are implemented incorrectly in your server, **you will not be able to federate**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue