Clarify how homeservers are meant to auth themselves to appservices

Fixes https://github.com/matrix-org/matrix-doc/issues/1765

Note that the swagger definitions already say that authorization is required. It just wasn't mentioned in the spec.
This commit is contained in:
Travis Ralston 2019-05-27 22:40:07 -06:00
parent 699cafe670
commit d0fd20fdb4
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
Add missing definition for how appservices verify requests came from a homeserver.