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+ Add a ``device_id`` parameter to login fallback per `MSC2604 <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 parameters valid for the ``/login `` endpoint can be provided as query
1100+ string parameters here. These are to be forwarded to the login endpoint during the login
1101+ process. For example::
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