We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f83bd3 commit 379bb79Copy full SHA for 379bb79
proposals/1543-qr_code_key_verification.md
@@ -81,7 +81,7 @@ This proposal defines three verification methods that can be used in
81
82
The QR codes to be displayed and scanned using this format will encode URLs of
83
the form:
84
-`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>`
85
(when `matrix:` URLs are specced, this will be used instead).
86
87
- `request`: is the event ID of the associated verification request event.
0 commit comments