mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 23:44:10 +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
|
format: uri
|
||||||
public_key:
|
public_key:
|
||||||
description: |-
|
description: |-
|
||||||
A base64-encoded ed25519 key with which the token must be signed
|
An Ed25519 key with which the token must be signed (though a signature
|
||||||
(though a signature from any entry in public_keys is also sufficient).
|
from any entry in `public_keys` is also sufficient).
|
||||||
|
|
||||||
The key is encoded using unpadded standard or URL-safe base64
|
The key is encoded using [Unpadded Base64](/appendices/#unpadded-base64),
|
||||||
encoding.
|
using the standard or URL-safe alphabets.
|
||||||
|
|
||||||
This exists for backwards compatibility.
|
This exists for backwards compatibility.
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -47,10 +47,10 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
public_key:
|
public_key:
|
||||||
description: |-
|
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
|
The key is encoded using [Unpadded Base64](/appendices/#unpadded-base64),
|
||||||
encoding.
|
using the standard or URL-safe alphabets.
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- public_key
|
- public_key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue