mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-29 02:23:43 +01:00
Merge pull request #131 from matrix-org/erikj/login_fallback_v1
Add back in login v1 fallback API
This commit is contained in:
commit
c0f24f5af5
|
|
@ -362,6 +362,18 @@ Old V1 API docs: |register|_
|
|||
|
||||
{{login_http_api}}
|
||||
|
||||
Fallback
|
||||
++++++++
|
||||
|
||||
If a client does not recognize any or all login flows it can use the fallback
|
||||
login API::
|
||||
|
||||
GET /_matrix/static/client/login/
|
||||
|
||||
This returns an HTML and JavaScript page which can perform the entire login
|
||||
process. The page will attempt to call the JavaScript function
|
||||
``window.onLogin`` when login has been successfully completed.
|
||||
|
||||
Changing Password
|
||||
+++++++++++++++++
|
||||
Request::
|
||||
|
|
|
|||
Loading…
Reference in a new issue