We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ideally, you should be able to see your own public key fingerprint and the room participants fingerprint.
This allow users to verify that the server is not doing a man-in-the-middle by swapping the public keys from the participants.
The frontend already has everything it needs, the required change is to hash the public keys to get a fingerprint which gets displayed in the UI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ideally, you should be able to see your own public key fingerprint and the room participants fingerprint.
This allow users to verify that the server is not doing a man-in-the-middle by swapping the public keys from the participants.
The frontend already has everything it needs, the required change is to hash the public keys to get a fingerprint which gets displayed in the UI.
The text was updated successfully, but these errors were encountered: