mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 12:08:37 +01:00
Update proposals/1543-qr_code_key_verification.md
This commit is contained in:
parent
4f83bd3e36
commit
379bb79b00
|
|
@ -81,7 +81,7 @@ This proposal defines three verification methods that can be used in
|
|||
|
||||
The QR codes to be displayed and scanned using this format will encode URLs of
|
||||
the form:
|
||||
`https://matrix.to/#/<user-id>?request=<event-id>&action=verify&key_<keyid>=<key-in-base64>...&verification_algorithms=<algorithm>&verification_key=<random-key-in-base64>&other_user_key=<master-key-in-base64>`
|
||||
`https://matrix.to/#/<user-id>?request=<event-id>&action=verify&key_<keyid>=<key-in-base64>...&secret=<shared-secret>&other_user_key=<master-key-in-base64>`
|
||||
(when `matrix:` URLs are specced, this will be used instead).
|
||||
|
||||
- `request`: is the event ID of the associated verification request event.
|
||||
|
|
|
|||
Loading…
Reference in a new issue