-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Element-R: support for QR code login #26350
Comments
The scope of this is to support @hughns in updating "legacy" QR code login (ie MSC3906) to work with Rust crypto. (There are plans to rework QR code login, but they are out of scope here. @hughns has done most of the necessary work in matrix-org/matrix-js-sdk#3761. |
As requested by @pmaier1, my understanding of the state of this is that there are two parts needed:
|
Sorry, I remembered one more thing that doesn't work with Rust crypto enabled: After the QR sign in is completed the list of devices shown in the Sessions tab does not automatically update to show the new device. I think either:
|
I think you've hit this bug which we've not prioritised so far #26263. Should be independent of QR code login, if I'm not mistaken. |
Closed as matrix-org/matrix-js-sdk#3761 is merged , and matrix-org/matrix-react-sdk#12139 is closed |
Element web currently has some support for the experimental QR code login (MSC3906), but apparently it doesn't work with rust crypto.
Not really sure what needs doing to fix this.
The text was updated successfully, but these errors were encountered: