We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183e159 commit 1bf637aCopy full SHA for 1bf637a
crates/matrix-sdk/CHANGELOG.md
@@ -60,6 +60,10 @@ All notable changes to this project will be documented in this file.
60
61
- [**breaking**] `OAuth::login` now allows requesting additional scopes for the authorization code grant.
62
([#5395](https://github.com/matrix-org/matrix-rust-sdk/pull/5395))
63
+- Add `OAuth::login_with_generated_qr_code` for generating a QR code on a new device
64
+ and logging it in with the help of an existing device scanning the code.
65
+ ([#5711](https://github.com/matrix-org/matrix-rust-sdk/pull/5711))
66
+
67
68
### Refactor
69
0 commit comments