mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-25 15:33:42 +01:00
Slightly clarify pepper value
This commit is contained in:
parent
57de107ea9
commit
9913f5bc29
|
|
@ -107,8 +107,8 @@ GET /_matrix/identity/v2/hash_details
|
||||||
The name `lookup_pepper` was chosen in order to account for pepper values
|
The name `lookup_pepper` was chosen in order to account for pepper values
|
||||||
being returned for other endpoints in the future. The contents of
|
being returned for other endpoints in the future. The contents of
|
||||||
`lookup_pepper` MUST match the regular expression `[a-zA-Z0-9]+`, whether
|
`lookup_pepper` MUST match the regular expression `[a-zA-Z0-9]+`, whether
|
||||||
hashing is being performed or not. When no hashing is occuring, a pepper
|
hashing is being performed or not. When no hashing is occuring, a valid
|
||||||
value of at least length 1 is still required.
|
pepper value of at least length 1 is still required.
|
||||||
|
|
||||||
If hashing, the client appends the pepper to the end of the 3PID string,
|
If hashing, the client appends the pepper to the end of the 3PID string,
|
||||||
after a space.
|
after a space.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue