Add guest access requirements

travis/msc/report-user
Travis Ralston 10 months ago
parent 56ba3fd5aa
commit 3c7aa8a0b8

@ -89,6 +89,9 @@ Like `/report/:eventId`, handling of the report is left as a deliberate implemen
* Authentication is required for this new endpoint.
* Guest access is not permitted for this new endpoint to reduce spam. A future MSC may change this
out of necessity. MSC4151 and the original report events API are likely similarly affected.
* Servers which opt to hide the existence of a user on the new endpoint should consider implementing
a constant time function to avoid unintentionally disclosing that a user exists by processing the
request slower.

Loading…
Cancel
Save