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

Add back in login v1 fallback API
This commit is contained in:
Erik Johnston 2015-10-26 14:00:39 +00:00
commit c0f24f5af5

View file

@ -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::