Add support for logging in with SSO (#160)

This commit is contained in:
chloe 2023-11-04 17:39:17 -04:00 committed by GitHub
parent 8943909f06
commit 25eef55eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 129 additions and 4 deletions

View file

@ -61,7 +61,7 @@ rev = "f9f0517ed6a6152c1eab36d2e71b11f38831d5e6"
[dependencies.matrix-sdk]
version = "^0.6.2"
default-features = false
features = ["e2e-encryption", "sled", "rustls-tls"]
features = ["e2e-encryption", "sled", "rustls-tls", "sso-login"]
[dependencies.tokio]
version = "1.24.1"