mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 04:58:37 +01:00
Add option to use query string
This commit is contained in:
parent
0bab70c14e
commit
d8283b9cdf
|
|
@ -8,7 +8,8 @@ manager. This proposal covers the authentication portion of that API.
|
|||
|
||||
All specified APIs (except `/register`) will take an `Authorization` header with a `Bearer` token returned
|
||||
from a call to `/register`. This token is used to authorize the request and to identify who is making the
|
||||
request.
|
||||
request. The token may also be specified as the `access_token` query string parameter, similar to the
|
||||
Client-Server API.
|
||||
|
||||
#### POST /_matrix/integrations/v1/account/register
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue