mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
1 commit
7353d60686
...
ec4be71cee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec4be71cee |
|
|
@ -110,5 +110,5 @@ fetch(url)
|
||||||
}
|
}
|
||||||
|
|
||||||
// For historical versions, simply link to the changelog
|
// For historical versions, simply link to the changelog
|
||||||
appendVersion(ul, "historical", "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
|
appendVersion(ul, "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Add version picker in the navbar.
|
|
||||||
|
|
@ -477,7 +477,8 @@ the API that was used to obtain their current access token.
|
||||||
|
|
||||||
{{% boxes/note %}}
|
{{% boxes/note %}}
|
||||||
Currently the OAuth 2.0 API doesn't cover all the use cases of the legacy API,
|
Currently the OAuth 2.0 API doesn't cover all the use cases of the legacy API,
|
||||||
such as automated applications that cannot use a web browser.
|
such as automated applications that cannot use a web browser, or
|
||||||
|
user management by [application services](application-service-api/#server-admin-style-permissions).
|
||||||
{{% /boxes/note %}}
|
{{% /boxes/note %}}
|
||||||
|
|
||||||
### Authentication API discovery
|
### Authentication API discovery
|
||||||
|
|
@ -501,12 +502,6 @@ user must do that directly in the homeserver's web UI. However, the client can
|
||||||
signal to the homeserver that the user wishes to create a new account with the
|
signal to the homeserver that the user wishes to create a new account with the
|
||||||
[`prompt=create`](#user-registration) parameter during authorization.
|
[`prompt=create`](#user-registration) parameter during authorization.
|
||||||
|
|
||||||
{{% boxes/note %}}
|
|
||||||
{{% added-in v="1.17" %}}
|
|
||||||
Application services can use the `/register` endpoint to create users regardless
|
|
||||||
of the authentication API supported by the homeserver.
|
|
||||||
{{% /boxes/note %}}
|
|
||||||
|
|
||||||
### Login
|
### Login
|
||||||
|
|
||||||
With the legacy API, a client can obtain an access token by using one of the
|
With the legacy API, a client can obtain an access token by using one of the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue