mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-23 19:24:10 +02:00
Define what characters lookup_pepper can consist of
This commit is contained in:
parent
f951f312e1
commit
96e43aaf45
|
|
@ -56,7 +56,8 @@ algorithms and pepper as a JSON object:
|
||||||
```
|
```
|
||||||
|
|
||||||
The name `lookup_pepper` was chosen in order to account for pepper values being
|
The name `lookup_pepper` was chosen in order to account for pepper values being
|
||||||
returned for other endpoints in the future.
|
returned for other endpoints in the future. The contents of `lookup_pepper`
|
||||||
|
MUST match the regular expression `[a-zA-Z0-9]*`.
|
||||||
|
|
||||||
Clients should request this endpoint each time before making a `/lookup` or
|
Clients should request this endpoint each time before making a `/lookup` or
|
||||||
`/bulk_lookup` request, to handle identity servers which may rotate their
|
`/bulk_lookup` request, to handle identity servers which may rotate their
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue