Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the hashed v2 lookup API for 3PIDs #489

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

Use the hashed v2 lookup API for 3PIDs #489

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 Oct 7, 2019

See #607

@bmarty bmarty closed this as completed Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants