Add information from MSC2604: Parameters for Login Fallback to the spec.

pull/2709/head
Patrick Cloke 5 years ago
parent 012f0b1882
commit 9a40d7bf47

@ -0,0 +1 @@
Document `MSC2604: Parameters for Login Fallback <https://github.com/matrix-org/matrix-doc/pull/2604>`_.

@ -1096,6 +1096,12 @@ This returns an HTML and JavaScript page which can perform the entire login
process. The page will attempt to call the JavaScript function process. The page will attempt to call the JavaScript function
``window.onLogin`` when login has been successfully completed. ``window.onLogin`` when login has been successfully completed.
Non-credential related parameters of the login endpoint can be provided as query
parameters, for example the ``device_id`` or ``initial_device_display_name``.
These are to be forwarded to the login endpoint during the login process.
GET /_matrix/static/client/login/?device_id=GHTYAJCE
.. _Registration: .. _Registration:
Account registration and management Account registration and management

Loading…
Cancel
Save