mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-14 18:13:47 +01:00
typo
This commit is contained in:
parent
37bbd649c4
commit
b3f99f9bf7
|
|
@ -383,7 +383,7 @@ Authentication
|
||||||
Request Authentication
|
Request Authentication
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Every HTTP request made by a homesever is authenticated using public key
|
Every HTTP request made by a homeserver is authenticated using public key
|
||||||
digital signatures. The request method, target and body are signed by wrapping
|
digital signatures. The request method, target and body are signed by wrapping
|
||||||
them in a JSON object and signing it using the JSON signing algorithm. The
|
them in a JSON object and signing it using the JSON signing algorithm. The
|
||||||
resulting signatures are added as an Authorization header with an auth scheme
|
resulting signatures are added as an Authorization header with an auth scheme
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue