Slightly clarify pepper value

pull/977/head
Andrew Morgan 5 years ago
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…
Cancel
Save