Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Use the hashed v2 lookup API for 3PIDs #3257

Closed
jryans opened this issue Aug 15, 2019 · 1 comment
Closed

Use the hashed v2 lookup API for 3PIDs #3257

jryans opened this issue Aug 15, 2019 · 1 comment

Comments

@jryans
Copy link

jryans commented Aug 15, 2019

Cloned from element-hq/element-web#10556.

This is being specced in MSC2134.

There's a GET /_matrix/identity/v2/hash_details endpoint on the IS that riot can call to see which hashing algorithms the server supports - Riot should use sha256 if the server supports it, otherwise it should use none if that's all the server supports (we should think about whether none requires any sort of special warning, though we only expect it to be used in niche cases).

@bmarty
Copy link
Member

bmarty commented Aug 22, 2019

Implementation is done with the following limitation:
"none" algo is not supported on Riot-Android for the moment. May be supported later in RiotX impl.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants