File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ Document `MSC2604: Parameters for Login Fallback <https://github.com/matrix-org/matrix-doc/pull/2604>`_.
Original file line number Diff line number Diff line change @@ -1096,6 +1096,12 @@ This returns an HTML and JavaScript page which can perform the entire login
10961096process. The page will attempt to call the JavaScript function
10971097``window.onLogin `` when login has been successfully completed.
10981098
1099+ Non-credential related parameters of the login endpoint can be provided as query
1100+ parameters, for example the ``device_id `` or ``initial_device_display_name ``.
1101+ These are to be forwarded to the login endpoint during the login process.
1102+
1103+ GET /_matrix/static/client/login/?device_id=GHTYAJCE
1104+
10991105.. _Registration :
11001106
11011107Account registration and management
You can’t perform that action at this time.
0 commit comments