Add back in login v1 fallback API
This commit is contained in:
parent
7c250f91ff
commit
88c459d549
1 changed files with 12 additions and 0 deletions
|
@ -362,6 +362,18 @@ Old V1 API docs: |register|_
|
|||
|
||||
{{login_http_api}}
|
||||
|
||||
Fallback
|
||||
++++++++
|
||||
|
||||
Clients cannot be expected to be able to know how to process every single login
|
||||
type. If a client determines it does not know how to handle a given login type,
|
||||
it should request a login fallback page:
|
||||
|
||||
GET /_matrix/client/api/v1/login/fallback
|
||||
|
||||
This returns an HTML and JavaScript page which can perform the entire login
|
||||
process.
|
||||
|
||||
Changing Password
|
||||
+++++++++++++++++
|
||||
Request::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue