mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-26 16:03:46 +01:00
Add information from MSC2604: Parameters for Login Fallback to the spec.
This commit is contained in:
parent
012f0b1882
commit
9a40d7bf47
1
changelogs/client_server/newsfragments/2709.new
Normal file
1
changelogs/client_server/newsfragments/2709.new
Normal file
|
|
@ -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…
Reference in a new issue