mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-21 21:43:43 +01:00
Add introduction for the legacy API
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
22bfe79ea6
commit
3971252184
|
|
@ -562,6 +562,14 @@ the account has been [unlocked](#account-locking).
|
|||
|
||||
### Legacy API
|
||||
|
||||
{{% changed-in v="1.15" %}}
|
||||
|
||||
This is the first authentication API that was introduced since the first version
|
||||
of the Client-Server specification and uses custom APIs. Contrary to the OAuth
|
||||
2.0 API, account management is primarily done in the client's interface and as
|
||||
such it might not require the end user to be redirected to a web UI in their
|
||||
browser.
|
||||
|
||||
#### User-Interactive Authentication API
|
||||
|
||||
##### Overview
|
||||
|
|
|
|||
Loading…
Reference in a new issue