Update proposals/1543-qr_code_key_verification.md

This commit is contained in:
Hubert Chathi 2020-01-22 11:59:35 -05:00 committed by GitHub
parent 4f83bd3e36
commit 379bb79b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 QR codes to be displayed and scanned using this format will encode URLs of
the form: 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). (when `matrix:` URLs are specced, this will be used instead).
- `request`: is the event ID of the associated verification request event. - `request`: is the event ID of the associated verification request event.