mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 11:33:42 +01:00
Add links to unpadded base64 definition
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
e09c708ae7
commit
161fe0df33
|
|
@ -25,11 +25,11 @@ properties:
|
|||
format: uri
|
||||
public_key:
|
||||
description: |-
|
||||
A base64-encoded ed25519 key with which the token must be signed
|
||||
(though a signature from any entry in public_keys is also sufficient).
|
||||
An Ed25519 key with which the token must be signed (though a signature
|
||||
from any entry in `public_keys` is also sufficient).
|
||||
|
||||
The key is encoded using unpadded standard or URL-safe base64
|
||||
encoding.
|
||||
The key is encoded using [Unpadded Base64](/appendices/#unpadded-base64),
|
||||
using the standard or URL-safe alphabets.
|
||||
|
||||
This exists for backwards compatibility.
|
||||
type: string
|
||||
|
|
@ -47,10 +47,10 @@ properties:
|
|||
type: string
|
||||
public_key:
|
||||
description: |-
|
||||
A base-64 encoded ed25519 key with which token may be signed.
|
||||
An Ed25519 key with which the token may be signed.
|
||||
|
||||
The key is encoded using unpadded standard or URL-safe base64
|
||||
encoding.
|
||||
The key is encoded using [Unpadded Base64](/appendices/#unpadded-base64),
|
||||
using the standard or URL-safe alphabets.
|
||||
type: string
|
||||
required:
|
||||
- public_key
|
||||
|
|
|
|||
Loading…
Reference in a new issue