Merge pull request #131 from matrix-org/erikj/login_fallback_v1

Add back in login v1 fallback API
pull/977/head
Erik Johnston 9 years ago
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…
Cancel
Save